From 6090ec83a916941b503e52f625d2ae74eda1af56 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Thu, 27 Apr 2023 11:01:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E4=B8=8Bbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/keyremix.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/arm11/keyremix.c b/source/arm11/keyremix.c index b7ef3f9..c415f87 100644 --- a/source/arm11/keyremix.c +++ b/source/arm11/keyremix.c @@ -41,7 +41,7 @@ void keyremix_freeze() { temp[j].remix_type = p->remix_type; temp[j].device_keys = p->device_keys; - temp[j].remix_type = p->remix_type; + temp[j].game_keys = p->game_keys; if( p->device_keys & CON_KEY_MASK ) blind_conkey |= p->device_keys; ++j; @@ -98,5 +98,7 @@ void keyremix_update( uint16_t active_cheatkey ) } } prev_status = now; + *hid_mode = CON_KEY_MASK; + *hid_set = res; } } \ No newline at end of file