From 12f86f89fc2f8c77e99fdec37c8d3d4f63487192 Mon Sep 17 00:00:00 2001 From: german77 Date: Mon, 5 Feb 2024 22:34:05 -0600 Subject: yuzu: Make controller keys easier to assign --- src/yuzu/hotkeys.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/yuzu/hotkeys.cpp') diff --git a/src/yuzu/hotkeys.cpp b/src/yuzu/hotkeys.cpp index b7693ad0d..170f14684 100644 --- a/src/yuzu/hotkeys.cpp +++ b/src/yuzu/hotkeys.cpp @@ -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; } -- cgit v1.2.3