Add more paramteres to AdvancedDetector. Not used yet.

svn-id: r25241
This commit is contained in:
Eugene Sandulenko 2007-01-28 07:31:26 +00:00
parent b8a48f5751
commit 93687d376b
7 changed files with 39 additions and 6 deletions

View file

@ -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);