Skip to content

Commit

Permalink
Properly re-enable USB
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Nov 14, 2020
1 parent 42ab8af commit ba9cfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ int _main( int argc, char *argv[] )
//get config from loader
ConfigSyncBeforeRead();

u32 UseUSB = 0; // ConfigGetConfig(NIN_CFG_USB); // NO USB HACK
u32 UseUSB = ConfigGetConfig(NIN_CFG_USB);
SetDiskFunctions(UseUSB);

BootStatus(2, 0, 0);
Expand Down

0 comments on commit ba9cfbe

Please sign in to comment.