[Config] Default Windows to non-portable mode

content folder and toml config file goes back to Documents/Xenia
portable mode still available if portable.txt is created.
This commit is contained in:
Herman S.
2025-11-11 14:22:05 +09:00
parent d4506204c7
commit 9bd164bda3
-6
View File
@@ -116,15 +116,9 @@ DECLARE_bool(force_mount_devkit);
DEFINE_transient_path(target, "",
"Specifies the target .xex or .iso to execute.",
"General");
#ifndef XE_PLATFORM_WIN32
DEFINE_transient_bool(portable, false,
"Specifies if Xenia should run in portable mode.",
"General");
#else
DEFINE_transient_bool(portable, true,
"Specifies if Xenia should run in portable mode.",
"General");
#endif
DECLARE_bool(debug);