1
0
mirror of synced 2024-11-14 23:07:36 +01:00

Try to fix games with additional cmdline

should fix pokkén and BG4
This commit is contained in:
Nezarn 2019-03-30 13:57:35 +01:00
parent af6106fe62
commit 3837f92195

View File

@ -175,7 +175,7 @@ int main(int argc, char *argv[])
}
FilePEFile = getPEFileInformation(argv[2]);
if (argc == 3)
if (argc == 4)
{
char bb[256];
sprintf(bb, "%s %s", argv[2], argv[3]);
@ -196,7 +196,7 @@ int main(int argc, char *argv[])
return 1;
}
}
else if (argc == 2)
else if (argc == 3)
{
if (!CreateProcess(argv[2], // No module name (use command line).
"", // Command line.