mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fixed save states for games which use the MMU Speed Hack
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user