aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/detection.cpp
diff options
context:
space:
mode:
authorLe Philousophe2019-06-08 12:19:43 +0200
committerLe Philousophe2019-06-08 12:43:22 +0200
commit70c7133e4b23adff5d630d4d2a37ac81ef070566 (patch)
tree2e6a75269ffdb1fde0811db73cbdbb002180a9be /engines/cryomni3d/detection.cpp
parent9fbaf9c73919258e21e420393cf053f413d37856 (diff)
downloadscummvm-rg350-70c7133e4b23adff5d630d4d2a37ac81ef070566.tar.gz
scummvm-rg350-70c7133e4b23adff5d630d4d2a37ac81ef070566.tar.bz2
scummvm-rg350-70c7133e4b23adff5d630d4d2a37ac81ef070566.zip
CRYOMNI3D: Improve compatibility with ScummVM global UI
Diffstat (limited to 'engines/cryomni3d/detection.cpp')
-rw-r--r--engines/cryomni3d/detection.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/cryomni3d/detection.cpp b/engines/cryomni3d/detection.cpp
index 1de22f4b1f..10a7b496fb 100644
--- a/engines/cryomni3d/detection.cpp
+++ b/engines/cryomni3d/detection.cpp
@@ -69,7 +69,9 @@ Common::Language CryOmni3DEngine::getLanguage() const {
}
bool CryOmni3DEngine::hasFeature(EngineFeature f) const {
- return false;
+ return
+ (f == kSupportsRTL)
+ || (f == kSupportsSubtitleOptions);
}
} // End of Namespace CryOmni3D