aboutsummaryrefslogtreecommitdiff
path: root/engines/metaengine.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-11-09 20:08:54 +0000
committerJohannes Schickel2008-11-09 20:08:54 +0000
commitfac44f1e57b3a63df1d0215b30a59763a1e7e7be (patch)
treeee08dfcf1b66f09143af2a4257115eadec6a74d3 /engines/metaengine.h
parentea7f3059605526e61e8cea2364c70bef3c35806a (diff)
downloadscummvm-rg350-fac44f1e57b3a63df1d0215b30a59763a1e7e7be.tar.gz
scummvm-rg350-fac44f1e57b3a63df1d0215b30a59763a1e7e7be.tar.bz2
scummvm-rg350-fac44f1e57b3a63df1d0215b30a59763a1e7e7be.zip
Update documentation.
svn-id: r34971
Diffstat (limited to 'engines/metaengine.h')
-rw-r--r--engines/metaengine.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/engines/metaengine.h b/engines/metaengine.h
index 040472acb8..af01c2658f 100644
--- a/engines/metaengine.h
+++ b/engines/metaengine.h
@@ -167,7 +167,17 @@ public:
/**
* Features meta infos for savestates (i.e. implements the
- * querySaveMetaInfos method properly)
+ * querySaveMetaInfos method properly).
+ *
+ * Engines implementing meta infos always have to provide
+ * the following entries in the save state descriptor queried
+ * by querySaveMetaInfos:
+ * - 'is_deletable', which indicates if a given save is
+ * safe for deletion
+ * - 'is_write_protected', which indicates if a given save
+ * can be overwritten by the user.
+ * (note: of course you do not have to
+ * set this, since it defaults to 'false')
*/
kSavesSupportMetaInfo,