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 ) {