aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine')
-rw-r--r--engines/cine/detection.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index ca49b77847..d507fef484 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -440,7 +440,11 @@ static const Common::ADParams detectionParams = {
// List of all engine targets
cineGames,
// Structure for autoupgrading obsolete targets
- 0
+ 0,
+ // Name of single gameid (optional)
+ "cine",
+ // Flags
+ Common::kADFlagComplexID
};
ADVANCED_DETECTOR_DEFINE_PLUGIN(CINE, Cine::CineEngine, Cine::GAME_detectGames, detectionParams);