mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-08 17:50:31 +01:00
PPU: Do not break on unexpected TOC (#13490)
This commit is contained in:
parent
450cb1771c
commit
e45e9c20dd
|
|
@ -492,11 +492,6 @@ static void ppu_check_toc(ppu_thread& ppu, ppu_opcode_t op, be_t<u32>* this_op,
|
|||
if (ppu.gpr[2] != found->second)
|
||||
{
|
||||
ppu_log.error("Unexpected TOC (0x%x, expected 0x%x)", ppu.gpr[2], found->second);
|
||||
|
||||
if (!ppu.state.test_and_set(cpu_flag::dbg_pause) && ppu.check_state())
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Fallback to the interpreter function
|
||||
|
|
|
|||
Loading…
Reference in a new issue