early-access version 2437

This commit is contained in:
pineappleEA
2022-01-27 03:52:17 +01:00
parent 88f9dad35f
commit 8ca4d8c230
20 changed files with 258 additions and 224 deletions
+3
View File
@@ -40,6 +40,9 @@ void ControllerNavigation::TriggerButton(Settings::NativeButton::Values native_b
void ControllerNavigation::ControllerUpdateEvent(Core::HID::ControllerTriggerType type) {
std::lock_guard lock{mutex};
if (!Settings::values.controller_navigation) {
return;
}
if (type == Core::HID::ControllerTriggerType::Button) {
ControllerUpdateButton();
return;