aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/detection.cpp')
-rw-r--r--engines/avalanche/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/detection.cpp b/engines/avalanche/detection.cpp
index d6f59a68fc..4eefe57838 100644
--- a/engines/avalanche/detection.cpp
+++ b/engines/avalanche/detection.cpp
@@ -78,6 +78,10 @@ public:
AvalancheMetaEngine() : AdvancedMetaEngine(gameDescriptions, sizeof(AvalancheGameDescription), avalancheGames) {
}
+ const char *getEngineId() const {
+ return "avalanche";
+ }
+
const char *getName() const {
return "Avalanche";
}