mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt: Prevent crash when closed by the window manager
This commit is contained in:
@ -92,6 +92,11 @@ DMainWindow::~DMainWindow()
|
||||
{
|
||||
}
|
||||
|
||||
void DMainWindow::closeEvent(QCloseEvent* ce)
|
||||
{
|
||||
Stop();
|
||||
}
|
||||
|
||||
// Emulation
|
||||
|
||||
void DMainWindow::StartGame(const QString filename)
|
||||
|
Reference in New Issue
Block a user