mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-06 00:59:18 +00: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)
|
if (ppu.gpr[2] != found->second)
|
||||||
{
|
{
|
||||||
ppu_log.error("Unexpected TOC (0x%x, expected 0x%x)", 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
|
// Fallback to the interpreter function
|
||||||
|
Loading…
Reference in New Issue
Block a user