aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/detection.cpp')
-rw-r--r--engines/cine/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index a41bc47bb0..441ec0d197 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -88,6 +88,10 @@ public:
return Engines::findGameID(gameId, _gameIds, obsoleteGameIDsTable);
}
+ const char *getEngineId() const {
+ return "cine";
+ }
+
virtual const char *getName() const {
return "Cinematique evo 1";
}