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
|
@ -197,6 +197,9 @@ static void updateGameDescriptor(GameDescriptor &desc, const ADGameDescription *
|
|||
|
||||
if (params.flags & kADFlagUseExtraAsHint)
|
||||
desc["extra"] = realDesc->extra;
|
||||
|
||||
if (realDesc->guioptions)
|
||||
desc["guioptions"] = Common::getGameGUIOptionsDescription(realDesc->guioptions | params.guioptions);
|
||||
}
|
||||
|
||||
GameList AdvancedMetaEngine::detectGames(const Common::FSList &fslist) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue