diff options
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | engines/cine/detection.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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); } |