aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/detection.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-27 23:07:41 +0200
committerFilippos Karapetis2015-12-27 23:07:41 +0200
commit4548cbddb5b0490effe402242e08001859c7266c (patch)
tree6e4eb3fbdd583ebb906b2dc2fcb1b861d146fca9 /engines/lab/detection.cpp
parentbb34bc94eca65b3e5119dc278a250d5bc4744ad0 (diff)
downloadscummvm-rg350-4548cbddb5b0490effe402242e08001859c7266c.tar.gz
scummvm-rg350-4548cbddb5b0490effe402242e08001859c7266c.tar.bz2
scummvm-rg350-4548cbddb5b0490effe402242e08001859c7266c.zip
LAB: Add support for loading games from the launcher
Diffstat (limited to 'engines/lab/detection.cpp')
-rw-r--r--engines/lab/detection.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp
index 805594bf6a..5850dc69ae 100644
--- a/engines/lab/detection.cpp
+++ b/engines/lab/detection.cpp
@@ -145,13 +145,13 @@ public:
bool LabMetaEngine::hasFeature(MetaEngineFeature f) const {
return
- (f == kSupportsListSaves) ||
- //(f == kSupportsLoadingDuringStartup) ||
- (f == kSupportsDeleteSave) ||
- (f == kSavesSupportMetaInfo) ||
- (f == kSavesSupportThumbnail) ||
- (f == kSavesSupportCreationDate) ||
- (f == kSavesSupportPlayTime);
+ (f == kSupportsListSaves) ||
+ (f == kSupportsLoadingDuringStartup) ||
+ (f == kSupportsDeleteSave) ||
+ (f == kSavesSupportMetaInfo) ||
+ (f == kSavesSupportThumbnail) ||
+ (f == kSavesSupportCreationDate) ||
+ (f == kSavesSupportPlayTime);
}
bool Lab::LabEngine::hasFeature(EngineFeature f) const {