2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01: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

View file

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