Added game GUI options to advancedDetector and updated all engines
svn-id: r41272
This commit is contained in:
parent
f6d06085d5
commit
1bd6f6c99f
24 changed files with 1581 additions and 844 deletions
|
@ -120,7 +120,9 @@ static const ADParams detectionParams = {
|
|||
// List of files for file-based fallback detection (optional)
|
||||
0,
|
||||
// Flags
|
||||
0
|
||||
0,
|
||||
// Additional GUI options (for every game}
|
||||
Common::GUIO_NONE
|
||||
};
|
||||
|
||||
class SagaMetaEngine : public AdvancedMetaEngine {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue