From 38d4420a9ad6a85ae30eaef7dcef5cbfd0abe501 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Tue, 9 May 2023 16:18:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=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/pages.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/arm11/pages.c b/source/arm11/pages.c index 04137de..5304491 100644 --- a/source/arm11/pages.c +++ b/source/arm11/pages.c @@ -244,7 +244,7 @@ static atp_error_t select_region( atp_callerdata_t, atp_counter_t index, atp_ite if( CCHT_NOT_INIT == info_current_cheat( &id, NULL ) ) id = 0; - config->text = text; + config->text = page_strbuf; config->value = index; // show saved information @@ -559,7 +559,7 @@ static atp_error_t select_krp( atp_callerdata_t, atp_counter_t index, atp_itemcf return ATP_SUCCESS; } -static inline void key_tips( key_remix_t *p, atp_boolean_t checking, atp_itemcfg_t *cfg ) +static void key_tips( key_remix_t *p, atp_boolean_t checking, atp_itemcfg_t *cfg ) { if( p->remix_type == REMIX_TYPE_NONE ) {