aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/detection.cpp')
-rw-r--r--engines/parallaction/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp
index 4c52990874..f4dcc16dd7 100644
--- a/engines/parallaction/detection.cpp
+++ b/engines/parallaction/detection.cpp
@@ -223,6 +223,10 @@ public:
_guiOptions = GUIO1(GUIO_NOLAUNCHLOAD);
}
+ virtual const char *getEngineId() const {
+ return "parallaction";
+ }
+
virtual const char *getName() const {
return "Parallaction";
}