mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Fix SPU STOP instruction
Check thread state after STOP instruction
This commit is contained in:
parent
f06e6be2c1
commit
488928eca2
4 changed files with 32 additions and 3 deletions
|
@ -2066,7 +2066,7 @@ bool spu_thread::stop_and_signal(u32 code)
|
|||
|
||||
int_ctrl[2].set(SPU_INT2_STAT_SPU_STOP_AND_SIGNAL_INT);
|
||||
state += cpu_flag::stop;
|
||||
return true; // ???
|
||||
return true;
|
||||
}
|
||||
|
||||
switch (code)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue