mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
PPU: fix step execution after BP
This commit is contained in:
parent
0a617a05d0
commit
98cee991ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// 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
|
// Set or remove breakpoint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue