mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-02-20 02:20:35 +00:00
ipmi: SceNetCtl: revert error reporting in 0x20004 method
introduces regression
This commit is contained in:
parent
33c769dfa0
commit
4ad843b25a
@ -685,10 +685,7 @@ void ipmi::createShellCoreObjects(orbis::Process *process) {
|
||||
});
|
||||
createIpmiServer(process, "SceAppMessaging");
|
||||
createIpmiServer(process, "SceShellCoreUtil");
|
||||
createIpmiServer(process, "SceNetCtl")
|
||||
.addSyncMethod(0x20004, [](void *out, std::uint64_t &size) {
|
||||
return 0x8002'0000 + static_cast<int>(orbis::ErrorCode::AUTH);
|
||||
});
|
||||
createIpmiServer(process, "SceNetCtl");
|
||||
createIpmiServer(process, "SceNpMgrIpc")
|
||||
.addSyncMethod(
|
||||
0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user