mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Fix unwanted statichle_handler init
This commit is contained in:
parent
a797b350a0
commit
e7d67f9732
3 changed files with 3 additions and 3 deletions
|
|
@ -1151,7 +1151,7 @@ void ppu_load_exec(const ppu_exec_object& elf)
|
|||
// Static HLE patching
|
||||
if (g_cfg.core.hook_functions)
|
||||
{
|
||||
auto shle = g_fxo->init<statichle_handler>();
|
||||
auto shle = g_fxo->init<statichle_handler>(0);
|
||||
|
||||
for (u32 i = _main->segs[0].addr; i < (_main->segs[0].addr + _main->segs[0].size); i += 4)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue