Make portable default for new install
This commit is contained in:
@@ -94,7 +94,7 @@ DEFINE_bool(mount_cache, false, "Enable cache mount", "Storage");
|
|||||||
DEFINE_transient_path(target, "",
|
DEFINE_transient_path(target, "",
|
||||||
"Specifies the target .xex or .iso to execute.",
|
"Specifies the target .xex or .iso to execute.",
|
||||||
"General");
|
"General");
|
||||||
DEFINE_transient_bool(portable, false,
|
DEFINE_transient_bool(portable, true,
|
||||||
"Specifies if Xenia should run in portable mode.",
|
"Specifies if Xenia should run in portable mode.",
|
||||||
"General");
|
"General");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user