mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 05:54:57 +00:00
Merge pull request #5709 from spycrab/qt_sd_pausefix
Qt: Fix emulation not returning to its original state when aborting s…
This commit is contained in:
commit
43dba0cb47
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue