mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Clear the full size of the EXRAM.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@335 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@@ -509,7 +509,7 @@ bool Init()
|
||||
|
||||
memset(m_pRAM, 0, RAM_SIZE);
|
||||
if (wii) {
|
||||
memset(m_pPhysicalEXRAM, 0, RAM_SIZE);
|
||||
memset(m_pPhysicalEXRAM, 0, EXRAM_SIZE);
|
||||
}
|
||||
memset(m_pEFB, 0, EFB_SIZE);
|
||||
memset(m_pL1Cache, 0, L1_CACHE_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user