添加日志看看

This commit is contained in:
anod 2023-03-07 22:04:04 +08:00
parent f988c1bdcf
commit fa3f77137c

View File

@ -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;