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/sherlock/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sherlock/detection.cpp') diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp index ff253a15df..e886bfcbe2 100644 --- a/engines/sherlock/detection.cpp +++ b/engines/sherlock/detection.cpp @@ -136,6 +136,10 @@ public: SherlockMetaEngine() : AdvancedMetaEngine(Sherlock::gameDescriptions, sizeof(Sherlock::SherlockGameDescription), sherlockGames, optionsList) {} + virtual const char *getEngineId() const { + return "sherlock"; + } + virtual const char *getName() const { return "Sherlock"; } -- cgit v1.2.3