1
0
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:
Nekotekina 2017-09-02 23:51:37 +03:00
parent 9b9e2bcafb
commit 1262263f5c

View File

@ -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)