mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
Qt: Shutdown game on emulator close event.
This commit is contained in:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user