diff --git a/Source/Core/DolphinQt2/MainWindow.cpp b/Source/Core/DolphinQt2/MainWindow.cpp index 92a7ec0020..2e89eb5679 100644 --- a/Source/Core/DolphinQt2/MainWindow.cpp +++ b/Source/Core/DolphinQt2/MainWindow.cpp @@ -301,11 +301,11 @@ bool MainWindow::Stop() "may be lost if you stop the current emulation " "before it completes. Force stop?") : tr("Do you want to stop the current emulation?")); - if (confirm != QMessageBox::Yes) - return false; - if (pause) Core::SetState(state); + + if (confirm != QMessageBox::Yes) + return false; } // TODO: Add Movie shutdown