Skip to content

Commit

Permalink
also load daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Feb 26, 2024
1 parent 7377106 commit fc1636c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,11 @@ static void loadBasicModules(void)
id = SifLoadStartModule("rom0:PADMAN", 0, NULL, &ret);
DPRINTF(" [rom0:PADMAN]: id=%d, ret=%d\n", id, ret);
#endif

#ifdef SUPPORT_SYSTEM_2X6
id = SifLoadStartModule("rom0:DAEMON", 0, NULL, &ret);
DPRINTF(" [DAEMON]: id=%d ret=%d\n", id, ret);
#endif
}
//------------------------------
//endfunc loadBasicModules
Expand Down

0 comments on commit fc1636c

Please sign in to comment.