From 8ad075a764ba948b922a01218989fa3d09d828ad Mon Sep 17 00:00:00 2001 From: lukaslw Date: Sun, 9 Nov 2014 00:11:34 +0100 Subject: PRINCE: Allow RTL engine feature --- engines/prince/detection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/prince/detection.cpp b/engines/prince/detection.cpp index 3f83009de8..dd553adc6e 100644 --- a/engines/prince/detection.cpp +++ b/engines/prince/detection.cpp @@ -61,7 +61,8 @@ bool PrinceMetaEngine::hasFeature(MetaEngineFeature f) const { bool Prince::PrinceEngine::hasFeature(EngineFeature f) const { return (f == kSupportsLoadingDuringRuntime) || - (f == kSupportsSavingDuringRuntime); + (f == kSupportsSavingDuringRuntime) || + (f == kSupportsRTL); } } // End of namespace Prince -- cgit v1.2.3