aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/detection.cpp')
-rw-r--r--engines/pegasus/detection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/detection.cpp b/engines/pegasus/detection.cpp
index fe797b4eee..76455e976f 100644
--- a/engines/pegasus/detection.cpp
+++ b/engines/pegasus/detection.cpp
@@ -111,6 +111,7 @@ public:
bool PegasusMetaEngine::hasFeature(MetaEngineFeature f) const {
return
(f == kSupportsListSaves)
+ || (f == kSupportsLoadingDuringStartup)
|| (f == kSupportsDeleteSave);
}