mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
Qt: Fix crashes when closing render window
This commit is contained in:
parent
b2e5f1d85f
commit
7b35c8577a
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ bool MainWindow::RequestStop()
|
||||||
|
|
||||||
void MainWindow::ForceStop()
|
void MainWindow::ForceStop()
|
||||||
{
|
{
|
||||||
BootManager::Stop();
|
Core::Stop();
|
||||||
EnableScreenSaver(true);
|
EnableScreenSaver(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue