diff options
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/detection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp index 7fb13fb7c3..91ef964a0b 100644 --- a/engines/cine/detection.cpp +++ b/engines/cine/detection.cpp @@ -539,6 +539,7 @@ public: bool CineMetaEngine::hasFeature(MetaEngineFeature f) const { return + (f == kSupportsRTL) || (f == kSupportsListSaves) || (f == kSupportsDirectLoad); } |