From 1ff3282acd0636e055202b28f48799d23a523ab3 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Wed, 2 May 2018 23:35:57 +0200 Subject: SHERLOCK: Display savegame metadata in launcher/GMM Saving/loading already handles savegame creation/play time, the information just wasn't displayed until now because the MetaEngine features weren't being reported as supported which I assume to be an oversight. Fixes Trac#10006. --- engines/sherlock/detection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp index a0598dcb46..e72700fbf2 100644 --- a/engines/sherlock/detection.cpp +++ b/engines/sherlock/detection.cpp @@ -200,6 +200,8 @@ bool SherlockMetaEngine::hasFeature(MetaEngineFeature f) const { (f == kSupportsDeleteSave) || (f == kSavesSupportMetaInfo) || (f == kSavesSupportThumbnail) || + (f == kSavesSupportCreationDate) || + (f == kSavesSupportPlayTime) || (f == kSimpleSavesNames); } -- cgit v1.2.3