Skip to content

Commit

Permalink
[coh] add macro to control MCMAN version loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Feb 23, 2024
1 parent c8daad5 commit 5670cdf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1160,12 +1160,14 @@ static void loadBasicModules(void)
#endif

#ifdef USE_ROM_MCMAN
#ifdef SUPPORT_SYSTEM_2X6
#ifdef SYSTEM_2X6_ACCESS_PS2_CARD
#warning mc0 (security dongles) will not be accesible
id = SifLoadStartModule("rom0:MCMANO", 0, NULL, &ret);
DPRINTF(" [rom0:MCMANO]: id=%d, ret=%d\n", id, ret);
#endif
#else //SECURITY DONGLE
id = SifLoadStartModule("rom0:MCMAN", 0, NULL, &ret);
DPRINTF(" [rom0:MCMAN]: 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 5670cdf

Please sign in to comment.