[Scummvm-git-logs] scummvm master -> e38483dc91d438784fc91966f7fd9f291a3c6ace
dreammaster
noreply at scummvm.org
Thu Nov 24 03:58:55 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e38483dc91 DEVTOOLS: CREATE_ENGINE: Add feature flags for creation date and playtime
Commit: e38483dc91d438784fc91966f7fd9f291a3c6ace
https://github.com/scummvm/scummvm/commit/e38483dc91d438784fc91966f7fd9f291a3c6ace
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-11-23T19:58:46-08:00
Commit Message:
DEVTOOLS: CREATE_ENGINE: Add feature flags for creation date and playtime
Changed paths:
devtools/create_engine/files/metaengine.cpp
diff --git a/devtools/create_engine/files/metaengine.cpp b/devtools/create_engine/files/metaengine.cpp
index 5b409a47fb9..9cb9a61dc49 100644
--- a/devtools/create_engine/files/metaengine.cpp
+++ b/devtools/create_engine/files/metaengine.cpp
@@ -65,7 +65,9 @@ bool XyzzyMetaEngine::hasFeature(MetaEngineFeature f) const {
(f == kSupportsDeleteSave) ||
(f == kSavesSupportMetaInfo) ||
(f == kSavesSupportThumbnail) ||
- (f == kSupportsLoadingDuringStartup);
+ (f == kSavesSupportCreationDate) ||
+ (f == kSavesSupportPlayTime) ||
+ (f == kSupportsLoadingDuringStartup);
}
#if PLUGIN_ENABLED_DYNAMIC(XYZZY)
More information about the Scummvm-git-logs
mailing list