GUI: Implemented Languages as GUI options.
SCUMM and AdvancedDetector support this feature. svn-id: r49786
This commit is contained in:
parent
8dcc49251f
commit
01bc5dda94
10 changed files with 49 additions and 17 deletions
|
@ -208,6 +208,7 @@ static void updateGameDescriptor(GameDescriptor &desc, const ADGameDescription *
|
|||
desc["extra"] = realDesc->extra;
|
||||
|
||||
desc.setGUIOptions(realDesc->guioptions | params.guioptions);
|
||||
desc.appendGUIOptions(getGameGUIOptionsDescriptionLanguage(realDesc->language));
|
||||
}
|
||||
|
||||
GameList AdvancedMetaEngine::detectGames(const Common::FSList &fslist) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue