Skip to content

Commit

Permalink
ipmi: SceNetCtl: revert error reporting in 0x20004 method
Browse files Browse the repository at this point in the history
introduces regression
  • Loading branch information
DHrpcs3 committed Nov 14, 2024
1 parent 33c769d commit 4ad843b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rpcsx/ipmi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4ad843b

Please sign in to comment.