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.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/pegasus/detection.cpp b/engines/pegasus/detection.cpp
index 64240af9c6..fbacf09e33 100644
--- a/engines/pegasus/detection.cpp
+++ b/engines/pegasus/detection.cpp
@@ -138,6 +138,10 @@ public:
_singleId = "pegasus";
}
+ virtual const char *getEngineId() const {
+ return "pegasus";
+ }
+
virtual const char *getName() const {
return "The Journeyman Project: Pegasus Prime";
}