mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
SPU ASMJIT: returnable STOP in Mega mode
Fix STOP, STOPD, SYNC, DSYNC in Safe mode
This commit is contained in:
parent
626836f95b
commit
0a58464f01
2 changed files with 34 additions and 14 deletions
|
|
@ -449,8 +449,7 @@ bool spu_interpreter::BIHNZ(SPUThread& spu, spu_opcode_t op)
|
|||
|
||||
bool spu_interpreter::STOPD(SPUThread& spu, spu_opcode_t op)
|
||||
{
|
||||
fmt::throw_exception("Unimplemented instruction" HERE);
|
||||
return true;
|
||||
return spu.stop_and_signal(0x3fff);
|
||||
}
|
||||
|
||||
bool spu_interpreter::STQX(SPUThread& spu, spu_opcode_t op)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue