mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00: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("(S)ELF", "Path for directly executing a (S)ELF");
|
||||||
parser.addPositionalArgument("[Args...]", "Optional args for the executable");
|
parser.addPositionalArgument("[Args...]", "Optional args for the executable");
|
||||||
parser.addHelpOption();
|
parser.addHelpOption();
|
||||||
parser.process(app);
|
parser.parse(QCoreApplication::arguments());
|
||||||
|
|
||||||
app.Init();
|
app.Init();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user