diff --git a/Source/Core/DolphinQt2/MainWindow.cpp b/Source/Core/DolphinQt2/MainWindow.cpp index 4bc18c16fd..42b4a91bbe 100644 --- a/Source/Core/DolphinQt2/MainWindow.cpp +++ b/Source/Core/DolphinQt2/MainWindow.cpp @@ -624,13 +624,9 @@ bool MainWindow::RequestStop() } if (!m_render_widget->isFullScreen()) - { m_render_widget_geometry = m_render_widget->saveGeometry(); - } - else if (g_ActiveConfig.ExclusiveFullscreenEnabled()) - { + else FullScreen(); - } if (SConfig::GetInstance().bConfirmStop) {