diff --git a/pcsx2-qt/MainWindow.cpp b/pcsx2-qt/MainWindow.cpp index 8c234a8481..2d1f91c91c 100644 --- a/pcsx2-qt/MainWindow.cpp +++ b/pcsx2-qt/MainWindow.cpp @@ -2882,6 +2882,9 @@ void MainWindow::doStartFile(std::optional source, const QStrin // we might still be saving a resume state... VMManager::WaitForSaveStateFlush(); + // GetSaveStateFileName() might temporarily mount the ISO to get the serial. + cancelGameListRefresh(); + const std::optional resume( promptForResumeState(QString::fromStdString(VMManager::GetSaveStateFileName(params->filename.c_str(), -1)))); if (!resume.has_value())