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/gob/detection/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/gob/detection') diff --git a/engines/gob/detection/detection.cpp b/engines/gob/detection/detection.cpp index 70fea401f2..2a5196173c 100644 --- a/engines/gob/detection/detection.cpp +++ b/engines/gob/detection/detection.cpp @@ -35,6 +35,10 @@ public: PlainGameDescriptor findGame(const char *gameId) const override; + const char *getEngineId() const { + return "gob"; + } + ADDetectedGame fallbackDetect(const FileMap &allFiles, const Common::FSList &fslist) const override; virtual const char *getName() const; -- cgit v1.2.3