Merge branch 'xenia-canary:canary_experimental' into canary_experimental

This commit is contained in:
chrisps 2022-09-05 09:08:46 -04:00 committed by GitHub
commit 9a6dd4cd6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ DEFINE_bool(mount_cache, false, "Enable cache mount", "Storage");
DEFINE_transient_path(target, "",
"Specifies the target .xex or .iso to execute.",
"General");
DEFINE_transient_bool(portable, false,
DEFINE_transient_bool(portable, true,
"Specifies if Xenia should run in portable mode.",
"General");