add in extra command line flags for testing, usage#1959
Merged
Conversation
fixes cemu-project#1958 this adds in a series of extra command line flags that should make it easier to run games directly from the command line. these flags include: - a way to mount extra host directories (for one off runs where you want to write to a temporary directory) - a way to forward OSReport/etc. to stderr. - a way to specify the arguments to a game when launching it directly through the command line.
Exzap
reviewed
Jun 21, 2026
Exzap
reviewed
Jun 21, 2026
Member
|
One more nitpick, can you rename the option strings: |
- renamed cli flags (and their associated API functions as requested) - title arguments can now apply to non standalone titles. - are cleared after first RPX is launched.
Contributor
Author
|
That all makes sense to me, I've made all the associated changes in the latest commit. |
1e1
pushed a commit
to 1e1/Cemu
that referenced
this pull request
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #1958
this adds in a series of extra command line flags that should make it easier to run games directly from the command line. these flags include: