修正L/R没用的问题

This commit is contained in:
anod 2022-10-17 13:08:07 +08:00
parent 75dfeaf128
commit 692be90179

View File

@ -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;