Skip to content

Commit

Permalink
Prevent the ROM wizard from causing crashes when used after emulator …
Browse files Browse the repository at this point in the history
…init
  • Loading branch information
calc84maniac committed Sep 4, 2023
1 parent 3b40036 commit bcd0bf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/qt/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,6 @@ bool MainWindow::runSetup() {
delete romWizard;

if (path.isEmpty()) {
m_initPassed = false;
return false;
} else {
setRom(path);
Expand Down

0 comments on commit bcd0bf7

Please sign in to comment.