Allow me to see MEM2 in the debugger. I hope this doesn't break anything.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1317 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
494c859cbe
commit
ca68a6f168
|
@ -939,7 +939,7 @@ bool IsRAMAddress(const u32 addr, bool allow_locked_cache)
|
||||||
case 0x10:
|
case 0x10:
|
||||||
case 0x90:
|
case 0x90:
|
||||||
case 0xD0:
|
case 0xD0:
|
||||||
if (Core::g_CoreStartupParameter.bWii && (addr & 0x1FFFFFFF) < EXRAM_SIZE)
|
if (Core::g_CoreStartupParameter.bWii && (addr & 0x0FFFFFFF) < EXRAM_SIZE)
|
||||||
return true;
|
return true;
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue