forked from Dniel97/segatools
Fix DLL loader hook logic
Seems this was quite buggy in its original form.
This commit is contained in:
parent
d9d206a160
commit
1d6b7591ef
@ -98,6 +98,7 @@ HRESULT dll_hook_push(
|
|||||||
|
|
||||||
new_item = &new_mem[dll_hook_count];
|
new_item = &new_mem[dll_hook_count];
|
||||||
new_item->name = name;
|
new_item->name = name;
|
||||||
|
new_item->redir_mod = redir_mod;
|
||||||
new_item->syms = syms;
|
new_item->syms = syms;
|
||||||
new_item->nsyms = nsyms;
|
new_item->nsyms = nsyms;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user