From fa3f77137c55f89b5416d81be9c65ef46ba3602e Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Tue, 7 Mar 2023 22:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97=E7=9C=8B?= =?UTF-8?q?=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/open_agb_firm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index 58740e2..fa02153 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -816,6 +816,7 @@ static void gbaGfxHandler(void *args) { u16 *hid_set = (u16*)0x10141112; u16 *hid_mode = (u16*)0x10141110; + debug_printf("home press: %04x", *hid_mode); if( *hid_mode == 0 ) { *hid_mode = detect_cheatKey;