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/main.h | |
parent | 9bf19b04f6ba432e09caf387ca9b63db5585f140 (diff) |
Allow fully customisable controller hotkeys
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 8b5c1d747..71d78a3db 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -214,7 +214,8 @@ public slots: private: /// Updates an action's shortcut and text to reflect an updated hotkey from the hotkey registry. - void LinkActionShortcut(QAction* action, const QString& action_name); + void LinkActionShortcut(QAction* action, const QString& action_name, + const bool tas_allowed = false); void RegisterMetaTypes(); |