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