mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 05:44:11 +08:00
刚刚的还有编译问题
This commit is contained in:
parent
5cddfb2597
commit
dcee449bf7
@ -76,9 +76,10 @@ int main()
|
|||||||
int reboot = 0;
|
int reboot = 0;
|
||||||
strncpy( firm_path, FIRMPATH_INCOME, FIRMPATH_SIZELIMIT );
|
strncpy( firm_path, FIRMPATH_INCOME, FIRMPATH_SIZELIMIT );
|
||||||
|
|
||||||
//Result res = fMount(FS_DRIVE_SDMC);
|
Result res; //= fMount(FS_DRIVE_SDMC);
|
||||||
bool direct_off = false;
|
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);
|
GFX_init(GFX_BGR8, GFX_BGR565, GFX_TOP_2D);
|
||||||
setBacklight();
|
setBacklight();
|
||||||
consoleInit(GFX_LCD_BOT, NULL);
|
consoleInit(GFX_LCD_BOT, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user