diff --git a/source/arm9/main.c b/source/arm9/main.c index 6ef84c7..c88bd7d 100644 --- a/source/arm9/main.c +++ b/source/arm9/main.c @@ -45,6 +45,10 @@ PXI_sendWord(PXI_CMD_FORBID_POWER_OFF); + uiPrintIfVerbose("Detecting unit...\n"); + + unit_detect(); + uiPrintIfVerbose("Early filesystem init...\n"); /* Try to read the settings file ASAP. */ @@ -88,10 +92,6 @@ if(!mount_fs()) screen_init(); - uiPrintIfVerbose("Detecting unit...\n"); - - unit_detect(); - uiPrintIfVerbose("Detecting boot environment...\n"); boot_env_detect();