diff options
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 7fb1b0dcb..11813a2a8 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -283,9 +283,6 @@ void GMainWindow::ShutdownGame() { | |||
| 283 | emu_thread->wait(); | 283 | emu_thread->wait(); |
| 284 | emu_thread = nullptr; | 284 | emu_thread = nullptr; |
| 285 | 285 | ||
| 286 | // Shutdown the core emulation | ||
| 287 | System::Shutdown(); | ||
| 288 | |||
| 289 | // Update the GUI | 286 | // Update the GUI |
| 290 | ui.action_Start->setEnabled(false); | 287 | ui.action_Start->setEnabled(false); |
| 291 | ui.action_Start->setText(tr("Start")); | 288 | ui.action_Start->setText(tr("Start")); |