diff options
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | doc/08.tex | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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. diff --git a/doc/08.tex b/doc/08.tex index 8f98204597..e2e44c7bc8 100644 --- a/doc/08.tex +++ b/doc/08.tex @@ -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.\\ |