diff --git a/source/arm11/main.c b/source/arm11/main.c index c47ca14..132635c 100644 --- a/source/arm11/main.c +++ b/source/arm11/main.c @@ -76,9 +76,10 @@ int main() int reboot = 0; strncpy( firm_path, FIRMPATH_INCOME, FIRMPATH_SIZELIMIT ); - //Result res = fMount(FS_DRIVE_SDMC); + Result res; //= fMount(FS_DRIVE_SDMC); bool direct_off = false; - if(res == RES_OK) res = oafParseConfigEarly(); + //if(res == RES_OK) + res = oafParseConfigEarly(); GFX_init(GFX_BGR8, GFX_BGR565, GFX_TOP_2D); setBacklight(); consoleInit(GFX_LCD_BOT, NULL);