From 71421c996641f4f14a1fe6ca661c4efe60f223cd Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 20 Jan 2009 23:50:07 +0000 Subject: Mention that kSupportsRTL is problematic in tinsel svn-id: r35969 --- engines/tinsel/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/tinsel') diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index 2aadd9bed0..08730f28be 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -469,6 +469,10 @@ bool TinselMetaEngine::hasFeature(MetaEngineFeature f) const { bool Tinsel::TinselEngine::hasFeature(EngineFeature f) const { return +#if 0 + // FIXME: tinsel does not exit cleanly yet + (f == kSupportsRTL) || +#endif (f == kSupportsLoadingDuringRuntime); } -- cgit v1.2.3