mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-09 23:38:22 -05:00
Qt: Shutdown game on emulator close event.
This commit is contained in:
@ -338,6 +338,8 @@ void GMainWindow::closeEvent(QCloseEvent* event)
|
||||
settings.setValue("firstStart", false);
|
||||
SaveHotkeys(settings);
|
||||
|
||||
ShutdownGame();
|
||||
|
||||
render_window->close();
|
||||
|
||||
QWidget::closeEvent(event);
|
||||
|
Reference in New Issue
Block a user