yuzu: Add controller hotkeys
This commit is contained in:
parent
06d840652f
commit
353317f31e
14 changed files with 580 additions and 79 deletions
|
@ -17,7 +17,11 @@
|
|||
|
||||
namespace UISettings {
|
||||
|
||||
using ContextualShortcut = std::pair<QString, int>;
|
||||
struct ContextualShortcut {
|
||||
QString keyseq;
|
||||
QString controller_keyseq;
|
||||
int context;
|
||||
};
|
||||
|
||||
struct Shortcut {
|
||||
QString name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue