From 33ed659eb958cc43bdb30dd12b38452aa7fc1790 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Thu, 27 Apr 2023 11:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=88=E5=93=88=EF=BC=8C=E5=BF=98=E8=AE=B0?= =?UTF-8?q?=E5=8F=96=E5=8F=8D=E4=BA=86?= 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 c415f87..66afff1 100644 --- a/source/arm11/keyremix.c +++ b/source/arm11/keyremix.c @@ -99,6 +99,6 @@ void keyremix_update( uint16_t active_cheatkey ) } prev_status = now; *hid_mode = CON_KEY_MASK; - *hid_set = res; + *hid_set = ~res; } } \ No newline at end of file