mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-05 09:29:01 -06:00
input_common/tas: new update method
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user