修正检测代码的问题

This commit is contained in:
anod 2023-03-07 21:59:42 +08:00
parent e781066063
commit f988c1bdcf

View File

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