mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-08 06:44:12 +08:00
修正一下bug
This commit is contained in:
parent
7c6d8690e8
commit
6090ec83a9
@ -41,7 +41,7 @@ void keyremix_freeze()
|
||||
{
|
||||
temp[j].remix_type = p->remix_type;
|
||||
temp[j].device_keys = p->device_keys;
|
||||
temp[j].remix_type = p->remix_type;
|
||||
temp[j].game_keys = p->game_keys;
|
||||
if( p->device_keys & CON_KEY_MASK )
|
||||
blind_conkey |= p->device_keys;
|
||||
++j;
|
||||
@ -98,5 +98,7 @@ void keyremix_update( uint16_t active_cheatkey )
|
||||
}
|
||||
}
|
||||
prev_status = now;
|
||||
*hid_mode = CON_KEY_MASK;
|
||||
*hid_set = res;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user