Skip to content

Commit

Permalink
ps5: stub SceShareLibIpmiService ipmi server
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Nov 22, 2024
1 parent 91c7be8 commit f3c0b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpcsx/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@ int main(int argc, const char *argv[]) {
}

if (orbis::g_context.fwType == orbis::FwType::Ps5 && !isSystem) {
ipmi::createIpmiServer(initProcess, "SceShareLibIpmiService");
ipmi::createIpmiServer(initProcess, "SceSysAvControlIpc");
ipmi::createShm("SceAvControl", 0xa02, 0x1a4, 4096);
ipmi::createEventFlag("SceAvControlEvf", 0x121, 0);
Expand Down

0 comments on commit f3c0b76

Please sign in to comment.