forked from Dniel97/segatools
Fix DLL loader hook logic
Seems this was quite buggy in its original form.
This commit is contained in:
parent
9543bd183d
commit
5410941944
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user