From 70c7133e4b23adff5d630d4d2a37ac81ef070566 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Sat, 8 Jun 2019 12:19:43 +0200 Subject: CRYOMNI3D: Improve compatibility with ScummVM global UI --- engines/cryomni3d/detection.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/cryomni3d/detection.cpp') 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 -- cgit v1.2.3