try to use hook=3 by default

This commit is contained in:
FunkyFr3sh 2023-08-13 20:31:26 +02:00
parent b42c3e1d49
commit 97a81b67b5
3 changed files with 51 additions and 11 deletions

View file

@ -105,7 +105,6 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
}
timeBeginPeriod(1);
g_hook_method = cfg_get_int("hook", 4);
hook_init(TRUE);
break;
}