aboutsummaryrefslogtreecommitdiff
path: root/engines/access/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/detection.cpp')
-rw-r--r--engines/access/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/access/detection.cpp b/engines/access/detection.cpp
index 4e5ef84b06..bf944b7e04 100644
--- a/engines/access/detection.cpp
+++ b/engines/access/detection.cpp
@@ -89,6 +89,10 @@ public:
_maxScanDepth = 3;
}
+ virtual const char *getEngineId() const {
+ return "access";
+ }
+
virtual const char *getName() const {
return "Access";
}