From dcee449bf772336c33b120e6bfd76a8e832696f3 Mon Sep 17 00:00:00 2001 From: a92126 <182859762@qq.com> Date: Fri, 4 Oct 2024 10:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9A=E5=88=9A=E7=9A=84=E8=BF=98=E6=9C=89?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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);