From 813d20aa067ac3a0fb1f46338f97fc527e0347b2 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Wed, 18 Jan 2023 15:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=AA=E5=8A=A8=E4=B8=80=E4=B8=8B=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E7=9A=84=E4=BD=8D=E7=BD=AE=E5=86=8D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/filebrowser.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index 91db5a7..020a420 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -309,7 +309,6 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a return WAIT_ON_ERRPAGE( display_noserial ); } else RECOVER_PATH; - fsQuickWrite("serial.txt", serial, 4); acl_count_t len; if( RES_OK != acl_open_lib( "gba.acl" ) ) @@ -328,6 +327,8 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a return WAIT_ON_ERRPAGE( display_nocheat ); } + fsQuickWrite("serial.txt", serial, 4); + // 显示配置页面 atp_error_t res; atp_itemval_t item;