diff options
Diffstat (limited to 'engines/hugo')
-rw-r--r-- | engines/hugo/detection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hugo/detection.cpp b/engines/hugo/detection.cpp index 6d2fec5421..88911cdba1 100644 --- a/engines/hugo/detection.cpp +++ b/engines/hugo/detection.cpp @@ -136,6 +136,10 @@ public: HugoMetaEngine() : AdvancedMetaEngine(gameDescriptions, sizeof(HugoGameDescription), hugoGames) { } + const char *getEngineId() const { + return "hugo"; + } + const char *getName() const { return "Hugo"; } |