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 20, 2024
1 parent 040e8ee commit ef34676
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 @@ -132,7 +132,11 @@ char netConfig[IPCONF_MAX_LEN + 64]; //Adjust size as needed
//State of module collections
static u8 have_HDD_modules = 0;
//State of Uncheckable Modules (invalid header)
#ifdef SUPPORT_SYSTEM_2X6 // dont load cdvd irx on coh, its RPC hangs?
static u8 have_cdvd = 1;
#else
static u8 have_cdvd = 0;
#endif
static u8 have_usbd = 0;
#ifdef DS34
static u8 have_ds34 = 0;
Expand Down

0 comments on commit ef34676

Please sign in to comment.