Emu: Fixup

This commit is contained in:
Elad 2024-11-27 19:19:54 +02:00
parent 9a2bcd2508
commit d63e643081
2 changed files with 12 additions and 7 deletions

View file

@ -1098,7 +1098,7 @@ void init_ppu_functions(utils::serial* ar, bool full = false)
}
}
else
ensure(g_fxo->init<ppu_function_manager>());
g_fxo->init<ppu_function_manager>();
if (full)
{