mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
Document the autosave_period config file setting
svn-id: r21356
This commit is contained in:
parent
a379fe424c
commit
9cc962e9f1
1
README
1
README
@ -1224,6 +1224,7 @@ The following keywords are recognized:
|
||||
path string The path to where a game's data files are
|
||||
read_only bool If true, ScummVM will never try to overwrite
|
||||
the configuration file.
|
||||
autosave_period number The seconds between autosaving (default: 300)
|
||||
save_slot number The save game number to load on startup.
|
||||
savepath string The path to where a game will store its
|
||||
savegames.
|
||||
|
@ -62,6 +62,7 @@ The following keywords are recognized:
|
||||
path &string The path to where a game's data files are\\
|
||||
read\_only &bool If true, ScummVM will never try to overwrite\\
|
||||
& the configuration file.\\
|
||||
autosave\_period&number The seconds between autosaving (default: 300)
|
||||
save\_slot &number The save game number to load on startup.\\
|
||||
savepath &string The path to where a game will store its\\
|
||||
& savegames.\\
|
||||
|
Loading…
Reference in New Issue
Block a user