From aff4319b6ca3a258c6a3bdd684e88c46872eb262 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Sat, 22 Oct 2022 09:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8F=82=E6=95=B0=E6=8C=87?= =?UTF-8?q?=E5=BC=95=E9=A1=B5=E9=9D=A2=E5=B7=A6=E4=B8=8B=E8=A7=92=E7=9A=84?= =?UTF-8?q?tips=E8=BF=98=E5=9C=A8=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/open_agb_firm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index bc4a93c..a7ecd6e 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -224,6 +224,7 @@ static atp_pageopt_t config_adjust( atp_callerdata_t, atp_counter_t index, atp_b } else if( start ) { + atp_tips("", NULL); return ATP_POWER_OFF == help_page( config_help, sizeof(config_help)/sizeof(atp_text_t) ) ? ATP_POWER_OFF : ATP_PAGE_REFRESH; }