mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Fix command line args
This commit is contained in:
parent
f4eab09557
commit
9bc0ec586a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue