diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index 9922d83..58740e2 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -816,7 +816,7 @@ static void gbaGfxHandler(void *args) { u16 *hid_set = (u16*)0x10141112; u16 *hid_mode = (u16*)0x10141110; - if( hid_mode == 0 ) + if( *hid_mode == 0 ) { *hid_mode = detect_cheatKey; *hid_set = detect_cheatKey;