Fix Create PPU Cache

This commit is contained in:
Eladash 2023-06-15 21:59:19 +03:00 committed by Ivan
parent 37bc73865d
commit 073b723c09
4 changed files with 24 additions and 16 deletions

View file

@ -1051,8 +1051,6 @@ void init_ppu_functions(utils::serial* ar, bool full = false)
if (full)
{
ensure(ar);
// Initialize HLE modules
ppu_initialize_modules(&g_fxo->get<ppu_linkage_info>(), ar);
}