mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Fix crashes when closing render window
This commit is contained in:
@ -595,7 +595,7 @@ bool MainWindow::RequestStop()
|
|||||||
|
|
||||||
void MainWindow::ForceStop()
|
void MainWindow::ForceStop()
|
||||||
{
|
{
|
||||||
BootManager::Stop();
|
Core::Stop();
|
||||||
EnableScreenSaver(true);
|
EnableScreenSaver(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user