哈哈,忘记取反了

This commit is contained in:
anod 2023-04-27 11:42:44 +08:00
parent 6090ec83a9
commit 33ed659eb9

View File

@ -99,6 +99,6 @@ void keyremix_update( uint16_t active_cheatkey )
} }
prev_status = now; prev_status = now;
*hid_mode = CON_KEY_MASK; *hid_mode = CON_KEY_MASK;
*hid_set = res; *hid_set = ~res;
} }
} }