aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/detection.cpp')
-rw-r--r--engines/zvision/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp
index f14263f012..50e5f9a404 100644
--- a/engines/zvision/detection.cpp
+++ b/engines/zvision/detection.cpp
@@ -64,6 +64,10 @@ public:
_singleId = "zvision";
}
+ const char *getEngineId() const {
+ return "zvision";
+ }
+
virtual const char *getName() const {
return "Z-Vision";
}