diff options
-rw-r--r-- | engines/parallaction/detection.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index 6baea20f86..6bc1590910 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -89,7 +89,11 @@ static const Common::ADParams detectionParams = { // List of all engine targets parallactionGames, // Structure for autoupgrading obsolete targets - 0 + 0, + // Name of single gameid (optional) + "parallaction", + // Flags + Common::kADFlagComplexID }; ADVANCED_DETECTOR_DEFINE_PLUGIN(PARALLACTION, Parallaction::Parallaction, Parallaction::GAME_detectGames, detectionParams); |