input_common/tas: Fallback to simple update
This commit is contained in:
parent
c01a872c8e
commit
f078b15565
10 changed files with 60 additions and 102 deletions
|
@ -175,6 +175,9 @@ void PlayerControlPreview::ResetInputs() {
|
|||
}
|
||||
|
||||
void PlayerControlPreview::UpdateInput() {
|
||||
if (controller_callback.update != nullptr) {
|
||||
controller_callback.update(std::move(true));
|
||||
}
|
||||
if (!is_enabled && !mapping_active) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue