From 5b6e42bad23c9089a6a88fa4ecb419ef10e21f6e Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Sat, 11 Mar 2023 21:39:45 +0800 Subject: [PATCH] log --- source/arm11/filebrowser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index a236938..6f4b1d9 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -462,6 +462,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a { return WAIT_ON_ACT( help_page( cheat_off_help, sizeof(cheat_off_help)/sizeof(atp_text_t) ) ); } + return WAIT_ON_ACT( disp_str("即将加载serial", 1, NULL) ); void* *dat = (void **)data; DirList const *dList = (DirList*)dat[0]; char *path = (char*)dat[1]; @@ -479,7 +480,6 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a return WAIT_ON_ERRPAGE( display_empty ); } - return WAIT_ON_ACT( disp_str("即将加载serial", 1, NULL) ); path[pathlen] = '/'; safeStrcpy( path+pathlen+1, file, DIRBUFFSIZE - filelen );