mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 14:24:12 +08:00
修正L/R没用的问题
This commit is contained in:
parent
75dfeaf128
commit
692be90179
@ -290,7 +290,7 @@ atp_error_t atp_select( atp_text_t title, atp_counter_t cnt, atp_itemprovider_t
|
||||
if( action == 0 ) return ATP_NO_ACTION;
|
||||
}
|
||||
}
|
||||
else if( key & (KEY_X | KEY_Y | KEY_SELECT | KEY_START) )
|
||||
else if( key & (KEY_L | KEY_R | KEY_X | KEY_Y | KEY_SELECT | KEY_START) )
|
||||
{
|
||||
if( handler == NULL ) continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user