aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/detection.cpp')
-rw-r--r--engines/cge2/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index ec6925ac74..cc4fd711b1 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -124,6 +124,10 @@ public:
_singleId = "sfinx";
}
+ const char *getEngineId() const {
+ return "cge2";
+ }
+
virtual const char *getName() const {
return "CGE2";
}