aboutsummaryrefslogtreecommitdiff
path: root/engines/metaengine.h
diff options
context:
space:
mode:
authorMax Horn2008-11-04 16:11:40 +0000
committerMax Horn2008-11-04 16:11:40 +0000
commit61aadb378d654425d55b8cf9f91df4283b46de7e (patch)
treec087a5576ecc7f707abd68c596cf5d0955708e91 /engines/metaengine.h
parent70679e68951789f70f57a8b900b51b3cf52979b1 (diff)
downloadscummvm-rg350-61aadb378d654425d55b8cf9f91df4283b46de7e.tar.gz
scummvm-rg350-61aadb378d654425d55b8cf9f91df4283b46de7e.tar.bz2
scummvm-rg350-61aadb378d654425d55b8cf9f91df4283b46de7e.zip
Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeature comments
svn-id: r34896
Diffstat (limited to 'engines/metaengine.h')
-rw-r--r--engines/metaengine.h19
1 files changed, 2 insertions, 17 deletions
diff --git a/engines/metaengine.h b/engines/metaengine.h
index 6eebc04d9c..24995cd41b 100644
--- a/engines/metaengine.h
+++ b/engines/metaengine.h
@@ -134,11 +134,6 @@ public:
*/
enum MetaEngineFeature {
/**
- * 'Return to launcher' feature is supported, i.e., EVENT_RTL is handled.
- */
- kSupportsRTL,
-
- /**
* Listing all Save States for a given target is supported, i.e.,
* the listSaves() method is implemented.
* Used for --list-saves support, as well as the GMM load dialog.
@@ -183,18 +178,8 @@ public:
* the game till the save.
* This flag may only be set when 'kSavesSupportMetaInfo' is set.
*/
- kSavesSupportPlayTime,
-
- /**
- * Features loading from the Common ScummVM options dialog in-game.
- */
- kSupportsLoadingDuringRuntime,
-
- /**
- * Features saving from the Common ScummVM options dialog in-game.
- */
- kSupportsSavingDuringRuntime
- };
+ kSavesSupportPlayTime
+ };
/**
* Determine whether the engine supports the specified MetaEngine feature.