mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Bugfix
This commit is contained in:
parent
318d7276c0
commit
d8664c8da4
8 changed files with 14 additions and 10 deletions
|
@ -1118,7 +1118,7 @@ void SPUThread::StopAndSignal(u32 code)
|
|||
SPU.In_MBox.PushUncond((u32)event.data1);
|
||||
SPU.In_MBox.PushUncond((u32)event.data2);
|
||||
SPU.In_MBox.PushUncond((u32)event.data3);
|
||||
if (!eq->sq.invalidate(tid, eq->protocol))
|
||||
if (!eq->sq.invalidate(tid, eq->protocol) && !eq->sq.pop(tid, eq->protocol))
|
||||
{
|
||||
assert(!"sys_spu_thread_receive_event() failed (receiving)");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue