TESTBED: Provide correct engine feature implementation data

This commit is contained in:
Henrik "Henke37" Andersson 2020-02-05 06:22:43 +01:00 committed by Filippos Karapetis
parent 445c77007d
commit ae38c5421a

View File

@ -69,6 +69,9 @@ public:
return true;
}
virtual bool hasFeature(MetaEngineFeature f) const override {
return false;
}
};
#if PLUGIN_ENABLED_DYNAMIC(TESTBED)