mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00: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