yuzu: Add controller hotkeys

This commit is contained in:
german77 2021-11-15 17:57:41 -06:00
parent 06d840652f
commit 353317f31e
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;