mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Fixup sys_event_port_send
This commit is contained in:
parent
25ff0bacbc
commit
2e0223b242
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@ error_code sys_event_port_send(u32 eport_id, u64 data1, u64 data2, u64 data3)
|
|||
return CELL_ESRCH;
|
||||
}
|
||||
|
||||
if (ppu && port->queue->type == SYS_PPU_QUEUE && notified_thread)
|
||||
if (ppu && notified_thread)
|
||||
{
|
||||
// Wait to be requeued
|
||||
if (ppu->test_stopped())
|
||||
|
|
Loading…
Add table
Reference in a new issue