mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Fix Create PPU Cache
This commit is contained in:
parent
37bc73865d
commit
073b723c09
4 changed files with 24 additions and 16 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue