You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::fprintf(stderr, " -version: Displays version information and exits.\n");
2087
2087
std::fprintf(stderr, " -batch: Enables batch mode (exits after shutting down).\n");
2088
2088
std::fprintf(stderr, " -nogui: Hides main window while running (implies batch mode).\n");
2089
-
std::fprintf(stderr, " -portable: Force enable portable mode to store data in local PCSX2 path instead of the default configuration path.\n");
2089
+
std::fprintf(stderr, " -portable: Force enable portable mode to store data in local PCSX2 path instead of the default configuration path. Overrides '-datapath'.\n");
2090
+
std::fprintf(stderr, " -datapath <path>: Specify the directory to be used for all application data.\n");
2090
2091
std::fprintf(stderr, " -elf <file>: Overrides the boot ELF with the specified filename.\n");
2091
2092
std::fprintf(stderr, " -gameargs <string>: passes the specified quoted space-delimited string of launch arguments.\n");
2092
2093
std::fprintf(stderr, " -disc <path>: Uses the specified host DVD drive as a source.\n");
0 commit comments