diff --git a/pcsx2-qt/MainWindow.cpp b/pcsx2-qt/MainWindow.cpp index c5beec8e16..587b021acd 100644 --- a/pcsx2-qt/MainWindow.cpp +++ b/pcsx2-qt/MainWindow.cpp @@ -1590,7 +1590,7 @@ void MainWindow::dropEvent(QDropEvent* event) if (s_vm_valid) doDiscChange(CDVD_SourceType::Iso, filename); else - doStartFile(CDVD_SourceType::Iso, filename); + doStartFile(std::nullopt, filename); } }