mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 22:34:12 +08:00
删掉日志,可以用HOME来作为组合键了
This commit is contained in:
parent
f14cfd16db
commit
6ef29933ac
@ -1068,7 +1068,6 @@ void oafUpdate(void)
|
|||||||
{
|
{
|
||||||
vu16 *hid_set = (vu16*)0x10141112;
|
vu16 *hid_set = (vu16*)0x10141112;
|
||||||
vu16 *hid_mode = (vu16*)0x10141110;
|
vu16 *hid_mode = (vu16*)0x10141110;
|
||||||
debug_printf("home press: %04x\n", *hid_mode);
|
|
||||||
*hid_mode = detect_cheatKey;
|
*hid_mode = detect_cheatKey;
|
||||||
*hid_set = ~detect_cheatKey;
|
*hid_set = ~detect_cheatKey;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user