Skip to content

Commit

Permalink
test what the hell is `rom0:MCMANO
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Feb 22, 2024
1 parent 4c43d05 commit f669a2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,10 @@ static void loadBasicModules(void)
#ifdef USE_ROM_MCMAN
id = SifLoadStartModule("rom0:MCMAN", 0, NULL, &ret);
DPRINTF(" [rom0:MCMAN]: id=%d, ret=%d\n", id, ret);
#ifdef SUPPORT_SYSTEM_2X6
id = SifLoadStartModule("rom0:MCMANO", 0, NULL, &ret);
DPRINTF(" [rom0:MCMANO]: id=%d, ret=%d\n", id, ret);
#endif
id = SifLoadStartModule("rom0:MCSERV", 0, NULL, &ret);
DPRINTF(" [rom0:MCSERV]: id=%d, ret=%d\n", id, ret);
#else
Expand Down

0 comments on commit f669a2d

Please sign in to comment.