From 2156415fef9ef629c781117df3315b27294802e2 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Mon, 24 Apr 2023 17:36:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=89=E4=B8=AD=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9=E4=BF=9D=E7=95=99=E7=BC=96=E8=BE=91=E9=A1=B9?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/filebrowser.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index 9576ddb..1ed0981 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -800,7 +800,10 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a { res = atp_select( "选择配置项后,按A进行键位配置", KEY_REMIX_LIMIT, select_krp, NULL, NULL, position, 0, &position ); if( res == ATP_SUCCESS ) + { status = DISP_SETK; + field = 0; + } else break; } else if( status == DISP_SETK )