mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-20 07:30:24 +01:00
[orbis-kernel] ipmi: Do not return error on unknown ipmi sync call
This commit is contained in:
parent
dce66744bd
commit
d517311d32
|
|
@ -1139,7 +1139,7 @@ orbis::SysResult orbis::sys_ipmimgr_call(Thread *thread, uint op, uint kid,
|
|||
}
|
||||
|
||||
if (result != nullptr) {
|
||||
return uwrite<uint>(result, 1);
|
||||
return uwrite<uint>(result, 0);
|
||||
}
|
||||
|
||||
return {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue