From 4b42112721a3a12ee10652f2c1dfcd227ab140b3 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 15 Sep 2016 18:23:35 +0200 Subject: ENGINES: Add an engine ID to all the engines --- engines/cine/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/cine') 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"; } -- cgit v1.2.3