diff --git a/orbis-kernel/src/sys/sys_sce.cpp b/orbis-kernel/src/sys/sys_sce.cpp index 1170d64d3..52de4d62e 100644 --- a/orbis-kernel/src/sys/sys_sce.cpp +++ b/orbis-kernel/src/sys/sys_sce.cpp @@ -1001,6 +1001,12 @@ orbis::SysResult orbis::sys_ipmimgr_call(Thread *thread, uint op, uint kid, return ErrorCode::INVAL; } + if (op == 0x241) { + if (result) { + return uwrite(result, 0); + } + } + if (op == 0x400) { ORBIS_LOG_TODO("IMPI: connect?"); if (result) {