mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 11:27:57 -05: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