mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 00:00:42 +01:00
[orbis-kernel] Stub ipmi 0x320
This commit is contained in:
parent
aa00adc9ec
commit
42ff87545a
|
|
@ -791,6 +791,14 @@ orbis::SysResult orbis::sys_ipmimgr_call(Thread *thread, uint op, uint kid,
|
|||
return {};
|
||||
}
|
||||
|
||||
if (op == 0x320) {
|
||||
ORBIS_LOG_TODO("IMPI: sync?");
|
||||
if (result)
|
||||
uwrite<uint>(result, 0);
|
||||
thread->retval[0] = 0;
|
||||
return {};
|
||||
}
|
||||
|
||||
if (op == 1131 || op == 1024 || op == 800) {
|
||||
thread->retval[0] = -0x40004; // HACK
|
||||
return {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue