diff options
author | Eugene Sandulenko | 2010-06-15 10:57:28 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-06-15 10:57:28 +0000 |
commit | 01bc5dda944f121187a4499f03d3a3814741f093 (patch) | |
tree | 1d08ad7b5f2e6c7c9209c5d6b3f2e80307969d35 /engines/scumm | |
parent | 8dcc49251f08492968ddfcbb825bfe0a17d0747b (diff) | |
download | scummvm-rg350-01bc5dda944f121187a4499f03d3a3814741f093.tar.gz scummvm-rg350-01bc5dda944f121187a4499f03d3a3814741f093.tar.bz2 scummvm-rg350-01bc5dda944f121187a4499f03d3a3814741f093.zip |
GUI: Implemented Languages as GUI options.
SCUMM and AdvancedDetector support this feature.
svn-id: r49786
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index 667dab91de..21da732064 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -884,6 +884,7 @@ GameList ScummMetaEngine::detectGames(const Common::FSList &fslist) const { } dg.setGUIOptions(x->game.guioptions | MidiDriver::midiDriverFlags2GUIO(x->game.midi)); + dg.appendGUIOptions(getGameGUIOptionsDescriptionLanguage(x->language)); detectedGames.push_back(dg); } |