mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 14:24:12 +08:00
修正编译错误
This commit is contained in:
parent
9a9721f3c2
commit
e0bed6cf67
@ -216,9 +216,8 @@ Result browseFiles(const char *const basePath, char selected[512])
|
||||
if((res = scanDir(curDir, dList, ".gba", NULL, NULL)) != RES_OK)
|
||||
{
|
||||
if( res == RES_OUT_OF_RANGE )
|
||||
atp_show(1, display_fullpath, NULL);
|
||||
|
||||
goto end;
|
||||
atp_show(1, display_pathfull, NULL);
|
||||
else goto end;
|
||||
}
|
||||
|
||||
const char *upFrom = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user