mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-03-03 08:10:03 +00:00
[orbis-kernel] ipmi: stub 0x241 sys_ipmimgr_call
This commit is contained in:
parent
8217f2fa7b
commit
1286b4f9ef
@ -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<uint>(result, 0);
|
||||
}
|
||||
}
|
||||
|
||||
if (op == 0x400) {
|
||||
ORBIS_LOG_TODO("IMPI: connect?");
|
||||
if (result) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user