0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +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

View File

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