刚刚的还有编译问题

This commit is contained in:
a92126 2024-10-04 10:30:02 +08:00
parent 5cddfb2597
commit dcee449bf7

View File

@ -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);