Add more paramteres to AdvancedDetector. Not used yet.
svn-id: r25241
This commit is contained in:
parent
b8a48f5751
commit
93687d376b
7 changed files with 39 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue