1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-17 18:20:14 +00:00

Qt: Shutdown game on emulator close event.

This commit is contained in:
bunnei 2015-05-01 16:53:16 -04:00
parent 85cc81d8cc
commit 046dd6e3ef

@ -338,6 +338,8 @@ void GMainWindow::closeEvent(QCloseEvent* event)
settings.setValue("firstStart", false);
SaveHotkeys(settings);
ShutdownGame();
render_window->close();
QWidget::closeEvent(event);