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