early-access version 4119

This commit is contained in:
pineappleEA
2024-02-07 04:22:04 +01:00
parent e0f3149c76
commit 4e075a8090
7 changed files with 25 additions and 18 deletions
+1 -2
View File
@@ -193,8 +193,7 @@ void ControllerShortcut::ControllerUpdateEvent(Core::HID::ControllerTriggerType
if (!Settings::values.controller_navigation) {
return;
}
if (button_sequence.npad.raw == Core::HID::NpadButton::None &&
button_sequence.capture.raw == 0 && button_sequence.home.raw == 0) {
if (button_sequence.npad.raw == Core::HID::NpadButton::None) {
return;
}