mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
[orbis-kernel] Stub ipmi 0x320
This commit is contained in:
parent
aa00adc9ec
commit
42ff87545a
1 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue