1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

PPU: fix step execution after BP

This commit is contained in:
Nekotekina 2022-03-27 11:37:11 +03:00
parent 0a617a05d0
commit 98cee991ef

View File

@ -714,7 +714,7 @@ static void ppu_break(ppu_thread& ppu, ppu_opcode_t, be_t<u32>* this_op, ppu_int
}
// Fallback to the interpreter function
return ppu_cache(ppu.cia)(ppu, {*this_op}, this_op, next_fn);
return ppu_cache(ppu.cia)(ppu, {*this_op}, this_op, ppu.state ? &ppu_ret : next_fn);
}
// Set or remove breakpoint