mark these as deprecated

This commit is contained in:
radius 2016-08-27 21:54:49 -05:00
parent a8c476ec64
commit e1fa182620

View File

@ -69,13 +69,13 @@ This option is only available if RetroArch is compiled with dynamic libretro loa
.TP
\fB--save PATH, -s PATH\fR
Overrides the path used for save ram (*.srm).
Overrides the path used for save ram (*.srm) (deprecated).
Without this flag, the save ram path will be inferred from the rom path name, and put in the same directory as the rom file with the extension replaced with '.srm'.
If PATH is a directory, RetroArch will treat this as the save file directory, where the save file name will be inferred from the rom name.
.TP
\fB--savestate PATH, -S PATH\fR
Overrides the path used for save states.
Overrides the path used for save states (deprecated).
Without this flag, the save state path will be inferred from the rom path name, and put in the same directory as the rom file with the extension replace with '.state'.
If PATH is a directory, RetroArch will treat this as the save state directory, where the state file name will be inferred from the rom name.
Do note that save states are bound to the libretro implementation being used. Using a different libretro could invalidate the save state file.