Qt: Fix -fullscreen command line parameter

This commit is contained in:
Connor McLaughlin
2022-12-19 23:30:22 +10:00
parent 11ecf2bb46
commit 52817d967b
2 changed files with 5 additions and 7 deletions

View File

@@ -105,7 +105,6 @@ public:
bool shouldRenderToMain() const;
void loadSettings(SettingsInterface& si);
void setInitialState();
void checkForSettingsChanges(const Settings& old_settings);
void bootOrLoadState(std::string path);
@@ -208,6 +207,7 @@ private:
void createBackgroundControllerPollTimer();
void destroyBackgroundControllerPollTimer();
void setInitialState(std::optional<bool> override_fullscreen);
void updateDisplayState();
QThread* m_ui_thread;