aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--engines/cine/detection.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 5b0ba6e818..610440db56 100644
--- a/README
+++ b/README
@@ -988,6 +988,7 @@ Engines which currently support Returning to the Launcher are:
AGI
AGOS
+ CINE
GOB
KYRA
LURE
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);
}