Fix unwanted statichle_handler init

This commit is contained in:
Nekotekina 2019-09-19 15:58:02 +03:00
parent a797b350a0
commit e7d67f9732
3 changed files with 3 additions and 3 deletions

View file

@ -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)
{