mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
DolphinQt: Move graphics config to main Settings window.
This commit is contained in:
parent
2047eaf1d8
commit
89b8edea03
17 changed files with 77 additions and 161 deletions
|
@ -34,7 +34,6 @@ class FreeLookWindow;
|
|||
class GameList;
|
||||
class GBATASInputWindow;
|
||||
class GCTASInputWindow;
|
||||
class GraphicsWindow;
|
||||
class HotkeyScheduler;
|
||||
class InfinityBaseWindow;
|
||||
class JITWidget;
|
||||
|
@ -246,7 +245,6 @@ private:
|
|||
std::unique_ptr<BootParameters> m_pending_boot;
|
||||
|
||||
SettingsWindow* m_settings_window = nullptr;
|
||||
GraphicsWindow* m_graphics_window = nullptr;
|
||||
FIFOPlayerWindow* m_fifo_window = nullptr;
|
||||
SkylanderPortalWindow* m_skylander_window = nullptr;
|
||||
InfinityBaseWindow* m_infinity_window = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue