yuzu: Add controller hotkeys

This commit is contained in:
german77
2021-11-15 17:57:41 -06:00
parent b94e947793
commit 72c8a94a6c
14 changed files with 580 additions and 79 deletions

View File

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