mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 03:25:46 +00:00
input_common/tas: new update method
This commit is contained in:
parent
33a1d790e8
commit
5401cf6eb5
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue