mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Fixed save states for games which use the MMU Speed Hack
This commit is contained in:
parent
f6b9ae534e
commit
599c3ccd7b
@ -373,6 +373,8 @@ void DoState(PointerWrap &p)
|
||||
p.DoArray(m_pPhysicalRAM, RAM_SIZE);
|
||||
// p.DoArray(m_pVirtualEFB, EFB_SIZE);
|
||||
p.DoArray(m_pVirtualL1Cache, L1_CACHE_SIZE);
|
||||
if (bFakeVMEM)
|
||||
p.DoArray(m_pVirtualFakeVMEM, FAKEVMEM_SIZE);
|
||||
if (wii)
|
||||
p.DoArray(m_pEXRAM, EXRAM_SIZE);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user