From 692be9017904e8af3c24e7d5d84a630eca03a732 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Mon, 17 Oct 2022 13:08:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3L/R=E6=B2=A1=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/atp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/atp.c b/source/arm11/atp.c index 2502e4b..513181b 100644 --- a/source/arm11/atp.c +++ b/source/arm11/atp.c @@ -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;