diff options
Diffstat (limited to 'engines/bladerunner/detection.cpp')
-rw-r--r-- | engines/bladerunner/detection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/bladerunner/detection.cpp b/engines/bladerunner/detection.cpp index a353e9646a..33c3dda169 100644 --- a/engines/bladerunner/detection.cpp +++ b/engines/bladerunner/detection.cpp @@ -108,6 +108,8 @@ bool BladeRunnerMetaEngine::hasFeature(MetaEngineFeature f) const { f == kSupportsDeleteSave || f == kSavesSupportMetaInfo || f == kSavesSupportThumbnail || + f == kSavesSupportCreationDate || + f == kSavesSupportPlayTime || f == kSimpleSavesNames; } |