idac: improved compatibility with newer versions

This commit is contained in:
2024-06-30 14:23:20 +02:00
parent 050951e56f
commit 965126c68a
7 changed files with 310 additions and 3 deletions

View File

@ -91,6 +91,13 @@ static DWORD CALLBACK idac_pre_startup(void)
goto fail;
}
/* Initialize native plugin DLL hooks
There seems to be an issue with other DLL hooks if `LoadLibraryW` is
hooked earlier in the initialization. */
indrun_hook_init(&idac_hook_cfg.indrun);
/* Initialize debug helpers */
spike_hook_init(L".\\segatools.ini");