mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 04:20:07 +00:00
Qt: Shutdown emulation session only if EmuThread exists.
This commit is contained in:
parent
9d8e1f7a92
commit
c3bd797917
@ -337,6 +337,8 @@ void GMainWindow::closeEvent(QCloseEvent* event)
|
|||||||
settings.setValue("firstStart", false);
|
settings.setValue("firstStart", false);
|
||||||
SaveHotkeys(settings);
|
SaveHotkeys(settings);
|
||||||
|
|
||||||
|
// Shutdown session if the emu thread is active...
|
||||||
|
if (emu_thread != nullptr)
|
||||||
ShutdownGame();
|
ShutdownGame();
|
||||||
|
|
||||||
render_window->close();
|
render_window->close();
|
||||||
|
Loading…
Reference in New Issue
Block a user