mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Fixup sys_event_port_send
This commit is contained in:
parent
ddd0494cf4
commit
e67d090c35
@ -771,7 +771,7 @@ error_code sys_event_port_send(u32 eport_id, u64 data1, u64 data2, u64 data3)
|
|||||||
return CELL_ESRCH;
|
return CELL_ESRCH;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ppu && port->queue->type == SYS_PPU_QUEUE && notified_thread)
|
if (ppu && notified_thread)
|
||||||
{
|
{
|
||||||
// Wait to be requeued
|
// Wait to be requeued
|
||||||
if (ppu->test_stopped())
|
if (ppu->test_stopped())
|
||||||
|
Loading…
Reference in New Issue
Block a user