Fix SPU STOP instruction

Check thread state after STOP instruction
This commit is contained in:
Nekotekina 2018-11-05 14:24:08 +03:00
parent f06e6be2c1
commit 488928eca2
4 changed files with 32 additions and 3 deletions

View file

@ -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)