mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinQt: Move "Controllers" to main settings window.
This commit is contained in:
@ -31,10 +31,16 @@ private:
|
||||
QListWidget* m_navigation_list;
|
||||
};
|
||||
|
||||
enum class TabIndex
|
||||
enum class SettingsWindowPaneIndex : int
|
||||
{
|
||||
General = 0,
|
||||
Audio = 2
|
||||
Controllers,
|
||||
Interface,
|
||||
Audio,
|
||||
Paths,
|
||||
GameCube,
|
||||
Wii,
|
||||
Advanced,
|
||||
};
|
||||
|
||||
class SettingsWindow final : public StackedSettingsWindow
|
||||
@ -43,6 +49,5 @@ class SettingsWindow final : public StackedSettingsWindow
|
||||
public:
|
||||
explicit SettingsWindow(QWidget* parent = nullptr);
|
||||
|
||||
void SelectGeneralPane();
|
||||
void SelectAudioPane();
|
||||
void SelectPane(SettingsWindowPaneIndex);
|
||||
};
|
||||
|
Reference in New Issue
Block a user