mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-23 03:02:53 +01:00
Fix sys_event_port_connect_ipc
This commit is contained in:
parent
9b9e2bcafb
commit
1262263f5c
@ -420,7 +420,7 @@ error_code sys_event_port_connect_ipc(u32 eport_id, u64 ipc_key)
|
||||
|
||||
port->queue = std::move(queue);
|
||||
|
||||
return CELL_ESRCH;
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
error_code sys_event_port_disconnect(u32 eport_id)
|
||||
|
Loading…
Reference in New Issue
Block a user