citra-qt: Add back missing hotkeys & conflict fixes.
* Also fixed a missing spacer in ConfigureGeneral.
This commit is contained in:
parent
4309585623
commit
988acf588a
5 changed files with 31 additions and 7 deletions
|
@ -22,7 +22,7 @@ public:
|
|||
|
||||
void UpdateVisibleTabs();
|
||||
void PopulateSelectionList();
|
||||
void applyConfiguration(HotkeyRegistry& registry);
|
||||
void applyConfiguration();
|
||||
|
||||
private slots:
|
||||
void onLanguageChanged(const QString& locale);
|
||||
|
@ -35,4 +35,5 @@ private:
|
|||
void retranslateUi();
|
||||
|
||||
std::unique_ptr<Ui::ConfigureDialog> ui;
|
||||
HotkeyRegistry& registry;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue