From ebd157b2577402f73c8b3e1b27c5e07ecef6d19f Mon Sep 17 00:00:00 2001 From: a92126 <182859762@qq.com> Date: Mon, 5 Aug 2024 11:11:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E7=BB=91=E5=AE=9A=E9=94=AE?= =?UTF-8?q?=E4=BD=8D=E4=BD=BF=E7=94=A8=E4=B8=8D=E4=BA=86ZL/ZR=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E9=94=AE=E4=BD=8D=E7=9A=84BUG=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/keyremix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/keyremix.c b/source/arm11/keyremix.c index fb9ac32..1abca6a 100644 --- a/source/arm11/keyremix.c +++ b/source/arm11/keyremix.c @@ -21,7 +21,7 @@ static u16 flags_holding = 0; #define OUTPUT_DIR (KEYREMIX_OUTPUT_DIR DIR_SEPARATOR) #define VKEY_HOME (1u<<21) #define now_release( now, prev, key ) ((~(now))&(prev)&(key)) -#define CON_KEY_MASK (KEY_A|KEY_B|KEY_L|KEY_R|KEY_SELECT|KEY_START|KEY_DUP|KEY_DDOWN|KEY_DLEFT|KEY_DRIGHT) +#define CON_KEY_MASK (KEY_A|KEY_B|KEY_L|KEY_R|KEY_SELECT|KEY_START|KEY_DUP|KEY_DDOWN|KEY_DLEFT|KEY_DRIGHT|KEY_ZL|KEY_ZR) uint16_t keyremix_cheatkey() {