删掉日志,可以用HOME来作为组合键了

This commit is contained in:
anod 2023-03-07 22:28:25 +08:00
parent f14cfd16db
commit 6ef29933ac

View File

@ -1068,7 +1068,6 @@ void oafUpdate(void)
{
vu16 *hid_set = (vu16*)0x10141112;
vu16 *hid_mode = (vu16*)0x10141110;
debug_printf("home press: %04x\n", *hid_mode);
*hid_mode = detect_cheatKey;
*hid_set = ~detect_cheatKey;
}