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:
John Peterson 2008-11-28 11:34:56 +00:00
parent 494c859cbe
commit ca68a6f168

View file

@ -939,7 +939,7 @@ bool IsRAMAddress(const u32 addr, bool allow_locked_cache)
case 0x10:
case 0x90:
case 0xD0:
if (Core::g_CoreStartupParameter.bWii && (addr & 0x1FFFFFFF) < EXRAM_SIZE)
if (Core::g_CoreStartupParameter.bWii && (addr & 0x0FFFFFFF) < EXRAM_SIZE)
return true;
else
return false;