diff --git a/source/arm11/main.c b/source/arm11/main.c index 57ac7b2..c47ca14 100644 --- a/source/arm11/main.c +++ b/source/arm11/main.c @@ -76,7 +76,7 @@ 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(); GFX_init(GFX_BGR8, GFX_BGR565, GFX_TOP_2D);