Added game GUI options to advancedDetector and updated all engines

svn-id: r41272
This commit is contained in:
Eugene Sandulenko 2009-06-06 17:56:41 +00:00
parent f6d06085d5
commit 1bd6f6c99f
24 changed files with 1581 additions and 844 deletions

View file

@ -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 {