mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
TESTBED: Provide correct engine feature implementation data
This commit is contained in:
parent
445c77007d
commit
ae38c5421a
@ -69,6 +69,9 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual bool hasFeature(MetaEngineFeature f) const override {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
#if PLUGIN_ENABLED_DYNAMIC(TESTBED)
|
||||
|
Loading…
Reference in New Issue
Block a user