remove early hook function

This commit is contained in:
FunkyFr3sh 2023-08-02 15:15:44 +02:00
parent 8fe772d385
commit 1452bbe598
7 changed files with 154 additions and 95 deletions

View file

@ -101,7 +101,8 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
}
timeBeginPeriod(1);
hook_early_init();
g_hook_method = cfg_get_int("hook", 4);
hook_init();
break;
}
case DLL_PROCESS_DETACH: