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/lastexpress/detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/lastexpress') diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp index 608fe9bd36..3e6aa3a17b 100644 --- a/engines/lastexpress/detection.cpp +++ b/engines/lastexpress/detection.cpp @@ -231,6 +231,10 @@ public: _guiOptions = GUIO2(GUIO_NOSUBTITLES, GUIO_NOSFX); } + const char *getEngineId() const { + return "lastexpress"; + } + const char *getName() const { return "The Last Express"; } -- cgit v1.2.3