mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-25 13:36:45 -05:00
yuzu: Allow non npad hotkeys and disable controller navigation requirement
This commit is contained in:
@@ -190,10 +190,8 @@ void ControllerShortcut::ControllerUpdateEvent(Core::HID::ControllerTriggerType
|
|||||||
if (type != Core::HID::ControllerTriggerType::Button) {
|
if (type != Core::HID::ControllerTriggerType::Button) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!Settings::values.controller_navigation) {
|
if (button_sequence.npad.raw == Core::HID::NpadButton::None &&
|
||||||
return;
|
button_sequence.capture.raw == 0 && button_sequence.home.raw == 0) {
|
||||||
}
|
|
||||||
if (button_sequence.npad.raw == Core::HID::NpadButton::None) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user