mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
SPU: Don't break blocks on DSYNC instruction in Safe mode (#6731)
This commit is contained in:
parent
8234bdb8f0
commit
a21d7def33
2 changed files with 3 additions and 3 deletions
|
@ -1459,7 +1459,7 @@ void spu_recompiler::SYNC(spu_opcode_t op)
|
|||
void spu_recompiler::DSYNC(spu_opcode_t op)
|
||||
{
|
||||
// This instruction forces all earlier load, store, and channel instructions to complete before proceeding.
|
||||
SYNC(op);
|
||||
c->mfence();
|
||||
}
|
||||
|
||||
void spu_recompiler::MFSPR(spu_opcode_t op)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue