mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 10:42:34 -07:00
input_common/tas: Fallback to simple update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user