aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/detection.cpp')
-rw-r--r--engines/groovie/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 17e0569342..0aa06ded47 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -351,6 +351,10 @@ public:
_directoryGlobs = directoryGlobs;
}
+ const char *getEngineId() const {
+ return "groovie";
+ }
+
const char *getName() const {
return "Groovie";
}