Debugger: Disable PPU address redirection

It causes more confusion than it helps.
This commit is contained in:
Eladash 2020-08-21 20:58:38 +03:00 committed by Megamouse
parent 7fe98d8d66
commit c099bb817f

View File

@ -413,10 +413,9 @@ std::string ppu_thread::dump_regs() const
if (toc % 4 == 0 && vm::check_addr(toc))
{
is_function = true;
reg = reg_ptr;
}
}
reg = reg_ptr;
}
else if (reg % 4 == 0 && vm::check_addr(reg, 4, vm::page_executable))
{