diff --git a/src/duckstation-qt/mainwindow.cpp b/src/duckstation-qt/mainwindow.cpp index dde3bb457..36883263d 100644 --- a/src/duckstation-qt/mainwindow.cpp +++ b/src/duckstation-qt/mainwindow.cpp @@ -704,7 +704,7 @@ std::string MainWindow::getDeviceDiscPath(const QString& title) void MainWindow::recreate() { if (s_system_valid) - requestShutdown(false, true, true); + requestShutdown(false, true, true, true); // We need to close input sources, because e.g. DInput uses our window handle. g_emu_thread->closeInputSources();