1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-24 05:20:10 +01:00

Fix DLL loader hook logic

Seems this was quite buggy in its original form.
This commit is contained in:
Tau 2021-05-23 14:29:00 -04:00
parent 9543bd183d
commit 5410941944

View File

@ -98,6 +98,7 @@ HRESULT dll_hook_push(
new_item = &new_mem[dll_hook_count];
new_item->name = name;
new_item->redir_mod = redir_mod;
new_item->syms = syms;
new_item->nsyms = nsyms;