Document the autosave_period config file setting

svn-id: r21356
This commit is contained in:
Travis Howell 2006-03-18 10:56:52 +00:00
parent a379fe424c
commit 9cc962e9f1
2 changed files with 2 additions and 0 deletions

1
README
View File

@ -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.

View File

@ -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.\\