yuzu: Make controller keys easier to assign

This commit is contained in:
german77
2024-02-05 22:34:05 -06:00
committed by Narr the Reg
parent a2f23746c2
commit 12f86f89fc
3 changed files with 37 additions and 20 deletions

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;
}