diff --git a/pcsx2-qt/MainWindow.cpp b/pcsx2-qt/MainWindow.cpp index 2436881e5f..1e5bc305f4 100644 --- a/pcsx2-qt/MainWindow.cpp +++ b/pcsx2-qt/MainWindow.cpp @@ -2661,6 +2661,8 @@ void MainWindow::doStartFile(std::optional source, const QStrin void MainWindow::doDiscChange(CDVD_SourceType source, const QString& path) { + const auto lock = pauseAndLockVM(); + bool reset_system = false; if (!m_was_disc_change_request) {