mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-16 03:45:13 +00:00
hotfix2 : fix previous fix
This commit is contained in:
parent
26cca79582
commit
cf4824a008
|
@ -614,7 +614,7 @@ void MainWindow::BootGame() {
|
|||
path = std::filesystem::path(fileNames[0].toStdWString());
|
||||
#endif
|
||||
Core::Emulator emulator;
|
||||
if (!std::filesystem::exists(path) {
|
||||
if (!std::filesystem::exists(path)) {
|
||||
QMessageBox::critical(nullptr, tr("Run Game"),
|
||||
QString(tr("Eboot.bin file not found")));
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue