mirror of https://github.com/PCSX2/pcsx2.git
Qt: Fix drag/drop of GS dumps/ELFs
This commit is contained in:
parent
e7bb6c8767
commit
ff0380b456
|
@ -1590,7 +1590,7 @@ void MainWindow::dropEvent(QDropEvent* event)
|
||||||
if (s_vm_valid)
|
if (s_vm_valid)
|
||||||
doDiscChange(CDVD_SourceType::Iso, filename);
|
doDiscChange(CDVD_SourceType::Iso, filename);
|
||||||
else
|
else
|
||||||
doStartFile(CDVD_SourceType::Iso, filename);
|
doStartFile(std::nullopt, filename);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue