aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-03-18 10:56:52 +0000
committerTravis Howell2006-03-18 10:56:52 +0000
commit9cc962e9f15504bbd4cd98183a303efd8b0ec6db (patch)
treeb9e6beb049c52274d3b9e5f0bfce8f48a5ff9414
parenta379fe424c02cff2427750c0f5ac1898c7fe93df (diff)
downloadscummvm-rg350-9cc962e9f15504bbd4cd98183a303efd8b0ec6db.tar.gz
scummvm-rg350-9cc962e9f15504bbd4cd98183a303efd8b0ec6db.tar.bz2
scummvm-rg350-9cc962e9f15504bbd4cd98183a303efd8b0ec6db.zip
Document the autosave_period config file setting
svn-id: r21356
-rw-r--r--README1
-rw-r--r--doc/08.tex1
2 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 74c5bcaf6e..ea25f0f459 100644
--- a/README
+++ b/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.
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.\\