mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 06:07:52 -05:00
yuzu: Add controller hotkeys
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user