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;