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/sword1/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sword1') diff --git a/engines/sword1/detection.cpp b/engines/sword1/detection.cpp index 2e52588475..a02b02b437 100644 --- a/engines/sword1/detection.cpp +++ b/engines/sword1/detection.cpp @@ -79,6 +79,10 @@ static const char *const g_filesToCheck[NUM_FILES_TO_CHECK] = { // these files h class SwordMetaEngine : public MetaEngine { public: + virtual const char *getEngineId() const { + return "sword1"; + } + virtual const char *getName() const { return "Broken Sword: The Shadow of the Templars"; } -- cgit v1.2.3