mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00: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:
parent
0f3e8ddced
commit
d720368d48
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue