input_common/tas: new update method

This commit is contained in:
german77
2021-07-09 23:30:58 -05:00
committed by MonsterDruide1
parent d71f067db8
commit 3333d96b46
5 changed files with 4 additions and 17 deletions
@@ -237,10 +237,6 @@ void PlayerControlPreview::UpdateInput() {
}
}
if (controller_callback.update != nullptr) {
controller_callback.update(true);
}
if (mapping_active) {
blink_counter = (blink_counter + 1) % 50;
}