yuzu: Make hotkeys configurable via the GUI
* Adds a new Hotkeys tab in the Controls group. * Double-click a Hotkey to rebind it.
This commit is contained in:
parent
06ac6460d3
commit
57a4a2ae0f
23 changed files with 426 additions and 208 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include <vector>
|
||||
#include <QDialog>
|
||||
#include <QList>
|
||||
#include <QTreeView>
|
||||
#include "core/frontend/applets/profile_select.h"
|
||||
|
||||
class GMainWindow;
|
||||
|
|
@ -16,7 +17,6 @@ class QLabel;
|
|||
class QScrollArea;
|
||||
class QStandardItem;
|
||||
class QStandardItemModel;
|
||||
class QTreeView;
|
||||
class QVBoxLayout;
|
||||
|
||||
class QtProfileSelectionDialog final : public QDialog {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue