mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-20 07:30:26 +01:00
Fix command line args
This commit is contained in:
parent
f4eab09557
commit
9bc0ec586a
|
|
@ -49,7 +49,7 @@ int main(int argc, char** argv)
|
|||
parser.addPositionalArgument("(S)ELF", "Path for directly executing a (S)ELF");
|
||||
parser.addPositionalArgument("[Args...]", "Optional args for the executable");
|
||||
parser.addHelpOption();
|
||||
parser.process(app);
|
||||
parser.parse(QCoreApplication::arguments());
|
||||
|
||||
app.Init();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue