aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/prince/detection.cpp3
1 files changed, 2 insertions, 1 deletions
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