mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 03:35:59 +00:00
DolphinQt: Move "Controllers" to main settings window.
This commit is contained in:
parent
8665b22822
commit
b9bea58f0f
10 changed files with 82 additions and 112 deletions
|
@ -27,7 +27,6 @@ class BreakpointWidget;
|
|||
struct BootParameters;
|
||||
class CheatsManager;
|
||||
class CodeWidget;
|
||||
class ControllersWindow;
|
||||
class DiscordHandler;
|
||||
class DragEnterEvent;
|
||||
class FIFOPlayerWindow;
|
||||
|
@ -246,7 +245,6 @@ private:
|
|||
u32 m_state_slot = 1;
|
||||
std::unique_ptr<BootParameters> m_pending_boot;
|
||||
|
||||
ControllersWindow* m_controllers_window = nullptr;
|
||||
SettingsWindow* m_settings_window = nullptr;
|
||||
GraphicsWindow* m_graphics_window = nullptr;
|
||||
FIFOPlayerWindow* m_fifo_window = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue