-
-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip GUI if launching a game directly #1507
base: main
Are you sure you want to change the base?
Conversation
33c117e
to
14aac53
Compare
14aac53
to
25e2515
Compare
Now instead of opening a game with shadps4 {path/to/eboot.bin}, you can now do this: |
i wonder if that can somehow merge with #1349 and use boost program_options for flexability |
I'm guessing by "merging" you mean "rewriting my solution to also use Boost", right? Probably doable, from what I've seen on said PR, and it would be not that hard as that also uses maps, just differently, though I've never used that library, so I'll have to learn it. |
it is not bad , but might be cleaner that way, i will pass it to @LNDF since he was the one than purpose boost :D |
To be able to use boots, program_options needs to be added to ext-boots. As an alternativem, a header only more lightweight library can be used (such as tclap). |
Implements the suggestion in #1499