mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 22:34:12 +08:00
修正检测代码的问题
This commit is contained in:
parent
e781066063
commit
f988c1bdcf
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user