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