mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Rerun jobs 2
This commit is contained in:
parent
a15bf7567d
commit
25e251503f
@ -29,7 +29,7 @@ int main(int argc, char* argv[]) {
|
|||||||
if (curArg == "-p" && i + 1 < argc) {
|
if (curArg == "-p" && i + 1 < argc) {
|
||||||
std::string patchFile = argv[i + 1];
|
std::string patchFile = argv[i + 1];
|
||||||
MemoryPatcher::patchFile = patchFile;
|
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
|
// Run the emulator directly with the provided argument
|
||||||
@ -61,4 +61,3 @@ int main(int argc, char* argv[]) {
|
|||||||
// Run the Qt application
|
// Run the Qt application
|
||||||
return a.exec();
|
return a.exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user