aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/detection.cpp')
-rw-r--r--engines/kyra/detection.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp
index 75d608d6f9..8f37d29246 100644
--- a/engines/kyra/detection.cpp
+++ b/engines/kyra/detection.cpp
@@ -156,6 +156,11 @@ public:
_maxScanDepth = 2;
_directoryGlobs = directoryGlobs;
}
+
+ const char *getEngineId() const {
+ return "kyra";
+ }
+
const char *getName() const {
return "Kyra";
}