aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/detection.cpp')
-rw-r--r--engines/prince/detection.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/prince/detection.cpp b/engines/prince/detection.cpp
index 3f83009de8..3fe7993fdb 100644
--- a/engines/prince/detection.cpp
+++ b/engines/prince/detection.cpp
@@ -55,13 +55,15 @@ bool PrinceMetaEngine::hasFeature(MetaEngineFeature f) const {
(f == kSavesSupportMetaInfo) ||
(f == kSavesSupportThumbnail) ||
(f == kSavesSupportCreationDate) ||
- (f == kSupportsListSaves);
+ (f == kSupportsListSaves) ||
+ (f == kSupportsLoadingDuringStartup);
}
bool Prince::PrinceEngine::hasFeature(EngineFeature f) const {
return
(f == kSupportsLoadingDuringRuntime) ||
- (f == kSupportsSavingDuringRuntime);
+ (f == kSupportsSavingDuringRuntime) ||
+ (f == kSupportsRTL);
}
} // End of namespace Prince