diff --git a/Source/Core/DolphinQt2/MainWindow.cpp b/Source/Core/DolphinQt2/MainWindow.cpp index 49cf3a3af9..88b785177a 100644 --- a/Source/Core/DolphinQt2/MainWindow.cpp +++ b/Source/Core/DolphinQt2/MainWindow.cpp @@ -595,7 +595,7 @@ bool MainWindow::RequestStop() void MainWindow::ForceStop() { - BootManager::Stop(); + Core::Stop(); EnableScreenSaver(true); }