mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Advise against using -s and -S variables on the command line.
Signed-off-by: Karl Forshaw <karlforshaw@gmail.com>
This commit is contained in:
parent
9b8c596057
commit
5ed60cde04
@ -26862,8 +26862,8 @@ static void retroarch_print_help(const char *arg0)
|
||||
"--menu as only argument.\n", sizeof(buf));
|
||||
#endif
|
||||
|
||||
strlcat(buf, " -s, --save=PATH Path for save files (*.srm).\n", sizeof(buf));
|
||||
strlcat(buf, " -S, --savestate=PATH Path for the save state files (*.state).\n", sizeof(buf));
|
||||
strlcat(buf, " -s, --save=PATH Path for save files (*.srm). (DEPRECATED, use --appendconfig and savefile_directory)\n", sizeof(buf));
|
||||
strlcat(buf, " -S, --savestate=PATH Path for the save state files (*.state). (DEPRECATED, use --apendconfig and savestate_directory)\n", sizeof(buf));
|
||||
strlcat(buf, " --set-shader PATH Path to a shader (preset) that will be loaded each time content is loaded.\n"
|
||||
" Effectively overrides automatic shader presets.\n"
|
||||
" An empty argument \"\" will disable automatic shader presets.\n", sizeof(buf));
|
||||
|
Loading…
x
Reference in New Issue
Block a user