diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp index 7aa97accece..a9dab619b25 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)