aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/detection.cpp')
-rw-r--r--engines/sky/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sky/detection.cpp b/engines/sky/detection.cpp
index 0febe9ec5a..1934d84dfa 100644
--- a/engines/sky/detection.cpp
+++ b/engines/sky/detection.cpp
@@ -75,6 +75,10 @@ public:
virtual const char *getName() const;
virtual const char *getOriginalCopyright() const;
+ const char *getEngineId() const {
+ return "sky";
+ }
+
virtual bool hasFeature(MetaEngineFeature f) const;
PlainGameList getSupportedGames() const override;
virtual const ExtraGuiOptions getExtraGuiOptions(const Common::String &target) const;