diff options
| author | grimkor <david@grimkor.tech> | 2023-04-28 17:42:18 +0100 |
|---|---|---|
| committer | grimkor <david@grimkor.tech> | 2023-05-10 19:28:11 +0100 |
| commit | ceb65c259a8aeb3e5aabe8a94235073c9e1e1c80 (patch) | |
| tree | 1993236de0027caef6f5abe3368a6233b0ad6098 /src/yuzu/configuration/configure_hotkeys.h | |
| parent | 9bf19b04f6ba432e09caf387ca9b63db5585f140 (diff) | |
Allow fully customisable controller hotkeys
Diffstat (limited to 'src/yuzu/configuration/configure_hotkeys.h')
| -rw-r--r-- | src/yuzu/configuration/configure_hotkeys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_hotkeys.h b/src/yuzu/configuration/configure_hotkeys.h index e8e414320..5fd1bcbfe 100644 --- a/src/yuzu/configuration/configure_hotkeys.h +++ b/src/yuzu/configuration/configure_hotkeys.h @@ -59,7 +59,7 @@ private: QStandardItemModel* model; void SetPollingResult(Core::HID::NpadButton button, bool cancel); - QString GetButtonName(Core::HID::NpadButton button) const; + QString GetButtonCombinationName(Core::HID::NpadButton button, bool home, bool capture) const; Core::HID::EmulatedController* controller; std::unique_ptr<QTimer> timeout_timer; std::unique_ptr<QTimer> poll_timer; |
