From 6ea9946223ca7eb3a6ffd072d9d91c3bd368810e Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Tue, 25 Apr 2023 11:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=AF=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/filebrowser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index 85376f5..a0f7e9a 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -529,7 +529,7 @@ static atp_error_t select_krp( atp_callerdata_t, atp_counter_t index, atp_itemcf cfg->text = name; cfg->value = index; key_remix_t *p = &g_keyremixConfig[index]; - key_tips(p, cfg); + key_tips(p, 1, cfg); return ATP_SUCCESS; } @@ -551,7 +551,7 @@ static atp_error_t select_kcf( atp_callerdata_t p, atp_counter_t index, atp_item if( index == KRFIELD_REMIX ) { cfg->text = "选择键位功能"; - key_tips(kcfg, cfg); + key_tips(kcfg, 0, cfg); } else if( index == KRFIELD_DEVICE ) {