hotfix2 : fix previous fix

This commit is contained in:
georgemoralis 2024-09-19 12:34:45 +03:00
parent 26cca79582
commit cf4824a008

View file

@ -614,7 +614,7 @@ void MainWindow::BootGame() {
path = std::filesystem::path(fileNames[0].toStdWString()); path = std::filesystem::path(fileNames[0].toStdWString());
#endif #endif
Core::Emulator emulator; Core::Emulator emulator;
if (!std::filesystem::exists(path) { if (!std::filesystem::exists(path)) {
QMessageBox::critical(nullptr, tr("Run Game"), QMessageBox::critical(nullptr, tr("Run Game"),
QString(tr("Eboot.bin file not found"))); QString(tr("Eboot.bin file not found")));
return; return;