[Scummvm-git-logs] scummvm master -> ae38c5421a02ab184da1bbb5f20a15762af5a60a
bluegr
bluegr at gmail.com
Thu Feb 6 23:01:55 UTC 2020
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:
ae38c5421a TESTBED: Provide correct engine feature implementation data
Commit: ae38c5421a02ab184da1bbb5f20a15762af5a60a
https://github.com/scummvm/scummvm/commit/ae38c5421a02ab184da1bbb5f20a15762af5a60a
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2020-02-07T01:01:51+02:00
Commit Message:
TESTBED: Provide correct engine feature implementation data
Changed paths:
engines/testbed/detection.cpp
diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp
index 7aa97ac..a9dab61 100644
--- a/engines/testbed/detection.cpp
+++ b/engines/testbed/detection.cpp
@@ -69,6 +69,9 @@ public:
return true;
}
+ virtual bool hasFeature(MetaEngineFeature f) const override {
+ return false;
+ }
};
#if PLUGIN_ENABLED_DYNAMIC(TESTBED)
More information about the Scummvm-git-logs
mailing list