Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Feb 23, 2024
1 parent b1ea103 commit c460105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ static void loadBasicModules(void)
#endif

#ifdef USE_ROM_MCMAN
#ifndef SYSTEM_2X6_ACCESS_PS2_CARD
#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);
Expand Down

0 comments on commit c460105

Please sign in to comment.