From 1c0e12938158f682c855f4f9b9efcd8666efbb80 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Wed, 18 Jan 2023 15:33:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E7=A0=81=EF=BC=8C=E6=9F=A5=E7=9C=8B=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E6=9F=A5=E6=89=BE=E5=87=86=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/filebrowser.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index 1d65f7a..91db5a7 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -309,6 +309,7 @@ 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" ) ) @@ -327,8 +328,6 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a return WAIT_ON_ERRPAGE( display_nocheat ); } - atp_show(1, display_ok, NULL); - // 显示配置页面 atp_error_t res; atp_itemval_t item;