Qt: Shutdown emulation session only if EmuThread exists.

pull/8/head
bunnei 10 years ago
parent 9d8e1f7a92
commit c3bd797917

@ -337,6 +337,8 @@ void GMainWindow::closeEvent(QCloseEvent* event)
settings.setValue("firstStart", false);
SaveHotkeys(settings);
// Shutdown session if the emu thread is active...
if (emu_thread != nullptr)
ShutdownGame();
render_window->close();

Loading…
Cancel
Save