Skip to content

Commit

Permalink
Rerun jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaposfos13 committed Nov 9, 2024
1 parent a15bf75 commit 14aac53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/qt_gui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ int main(int argc, char* argv[]) {
if (curArg == "-p" && i + 1 < argc) {
std::string patchFile = argv[i + 1];
MemoryPatcher::patchFile = patchFile;
i++; // Skip the next argument as it’s the patch file
i++; // Skip the next argument as it’s the patch file
}
}
// Run the emulator directly with the provided argument
Expand Down Expand Up @@ -61,4 +61,3 @@ int main(int argc, char* argv[]) {
// Run the Qt application
return a.exec();
}

0 comments on commit 14aac53

Please sign in to comment.