aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/detection.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-07 19:33:00 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commitab1d160ec8f99e472667b83aa4bdd7697b702f3a (patch)
tree7b52ca273b683c485ce59a85b8722a6f43ba8014 /engines/prince/detection.h
parentbf71ba9a1c98b39647edb248e913322ee38a0af5 (diff)
downloadscummvm-rg350-ab1d160ec8f99e472667b83aa4bdd7697b702f3a.tar.gz
scummvm-rg350-ab1d160ec8f99e472667b83aa4bdd7697b702f3a.tar.bz2
scummvm-rg350-ab1d160ec8f99e472667b83aa4bdd7697b702f3a.zip
ALL: Add MetaEngine::simpleSaveNames()
Engines with "simple" savenames would support "Run in background" in save/load dialog and gradual save slots unlocking. Other engines save/load feature would be locked until save sync is over.
Diffstat (limited to 'engines/prince/detection.h')
-rw-r--r--engines/prince/detection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/prince/detection.h b/engines/prince/detection.h
index 3076253cf5..39cfdd96e7 100644
--- a/engines/prince/detection.h
+++ b/engines/prince/detection.h
@@ -121,6 +121,7 @@ public:
virtual bool hasFeature(MetaEngineFeature f) const;
virtual int getMaximumSaveSlot() const;
virtual SaveStateList listSaves(const char *target) const;
+ virtual bool simpleSaveNames() const;
SaveStateDescriptor querySaveMetaInfos(const char *target, int slot) const;
virtual void removeSaveState(const char *target, int slot) const;
};