From 806eb0de41d5a9a866d04e718698d7df18c6133a Mon Sep 17 00:00:00 2001 From: root <182859762@qq.com> Date: Fri, 28 Apr 2023 06:55:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E8=93=84?= =?UTF-8?q?=E5=8A=9B=E4=B8=BA=E6=A8=A1=E6=8B=9F=E9=95=BF=E6=8C=89?= 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 ecec765..97769ef 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -504,7 +504,7 @@ static inline void key_tips( key_remix_t *p, atp_boolean_t checking, atp_itemcfg } else { - cfg->extra_text = "自动蓄力"; + cfg->extra_text = "模拟长按"; cfg->extra_text_color = ATP_COLOR_GREEN; } } @@ -590,7 +590,7 @@ static atp_error_t select_remixtype( atp_callerdata_t, atp_counter_t index, atp_ if( index == REMIX_TYPE_NONE ) cfg->text = "停用设置"; else if( index == REMIX_TYPE_REMAP ) cfg->text = "键位映射"; else if( index == REMIX_TYPE_CHEAT ) cfg->text = "金手指键"; - else if( index == REMIX_TYPE_HOLD ) cfg->text = "自动蓄力"; + else if( index == REMIX_TYPE_HOLD ) cfg->text = "模拟长按"; cfg->value = index; return ATP_SUCCESS; }