input_common/tas: new update method

This commit is contained in:
german77
2021-07-09 23:30:58 -05:00
committed by MonsterDruide1
parent 33a1d790e8
commit 5401cf6eb5
5 changed files with 4 additions and 17 deletions

View File

@ -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;
}