Skip to content

Commit

Permalink
initialize memory card RPC server (#71)
Browse files Browse the repository at this point in the history
RPC server bind was missing, resulting in abnormal values all over the place
  • Loading branch information
israpps authored Jan 26, 2025
1 parent d995bb3 commit 5c96557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module_system.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ int load_default_module(int id) {
ID = SifExecModuleBuffer(&mcserv_irx, size_mcserv_irx, 0, NULL, &ret);
REPORT("MCSERV");
mc_started = LOAD_SUCCESS();
if (mc_started) mcInit(MC_TYPE_XMC); //to avoid hang on RPC for a module that did not remain resident
}
break;

Expand Down

0 comments on commit 5c96557

Please sign in to comment.