mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 13:54:09 +08:00
修复编译错误
This commit is contained in:
parent
6525b85698
commit
38d4420a9a
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user