mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-05 21:34:11 +08:00
启动遇到提示fatfs not ready。发现新版本不需要调用fmount了,试试看!
This commit is contained in:
parent
b190f926ff
commit
ffa0de811c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user