diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index 9fb3693..3fd916e 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -1068,7 +1068,6 @@ void oafUpdate(void) { vu16 *hid_set = (vu16*)0x10141112; vu16 *hid_mode = (vu16*)0x10141110; - debug_printf("home press: %04x\n", *hid_mode); *hid_mode = detect_cheatKey; *hid_set = ~detect_cheatKey; }