git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1355 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2008-12-01 03:34:18 +00:00
parent 4c7d20e555
commit ea575cf5df
1 changed files with 1 additions and 1 deletions

View File

@ -1236,7 +1236,7 @@ void SDRUpdated()
u32 CheckDTLB(u32 _Address, XCheckTLBFlag _Flag) u32 CheckDTLB(u32 _Address, XCheckTLBFlag _Flag)
{ {
return 0; //return 0;
if (Core::GetStartupParameter().bWii) { if (Core::GetStartupParameter().bWii) {
// TLB is never used on Wii (except linux and stuff, but we don't care about that) // TLB is never used on Wii (except linux and stuff, but we don't care about that)
PanicAlert("%s invalid memory region (0x%08x)\n\n" PanicAlert("%s invalid memory region (0x%08x)\n\n"