aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/chewy/detection.cpp')
-rw-r--r--engines/chewy/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp
index 75176c940a..1374799ed5 100644
--- a/engines/chewy/detection.cpp
+++ b/engines/chewy/detection.cpp
@@ -118,6 +118,10 @@ public:
_singleId = "chewy";
}
+ const char *getEngineId() const {
+ return "chewy";
+ }
+
virtual const char *getName() const {
return "Chewy: Esc from F5";
}