Skip to content

Commit

Permalink
Fixup sys_event_port_send
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Nov 1, 2024
1 parent 25ff0ba commit 2e0223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/Cell/lv2/sys_event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 2e0223b

Please sign in to comment.