Qt: Fix exclusive fullscreen not being entered on startup

This commit is contained in:
spycrab
2018-06-08 19:59:24 +02:00
parent 48b7cfa75c
commit 6c19b5947b
2 changed files with 11 additions and 7 deletions

View File

@ -175,6 +175,7 @@ private:
bool m_rendering_to_main;
bool m_stop_requested = false;
bool m_exit_requested = false;
bool m_fullscreen_requested = false;
int m_state_slot = 1;
std::unique_ptr<BootParameters> m_pending_boot;