mirror of
https://github.com/PabloMK7/citra.git
synced 2025-08-12 22:56:50 +00:00
citra-qt: Add /default parsing for hotkeys. Also minor code cleanups.
This commit is contained in:
parent
71f36efd27
commit
80ebd75285
12 changed files with 67 additions and 74 deletions
src/citra_qt/configuration
|
@ -20,9 +20,9 @@ public:
|
|||
explicit ConfigureDialog(QWidget* parent, HotkeyRegistry& registry);
|
||||
~ConfigureDialog() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void UpdateVisibleTabs();
|
||||
void PopulateSelectionList();
|
||||
void applyConfiguration();
|
||||
|
||||
private slots:
|
||||
void onLanguageChanged(const QString& locale);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue