mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-11 16:57:53 -05:00
input_common: Analog button, use time based position instead of frequent updates
This commit is contained in:
@ -75,6 +75,7 @@ public:
|
||||
} else {
|
||||
pair.key_button->UnlockButton();
|
||||
}
|
||||
pair.key_button->TriggerOnChange();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user