aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2009-06-06 17:59:54 +0000
committerEugene Sandulenko2009-06-06 17:59:54 +0000
commit57b17efd782a419a0c0d445378614722a52b6a27 (patch)
treeafb22b7e1506a4d00eaf23650f37051648cbc4a9 /engines/scumm/detection.cpp
parentc8aa63e553dcb727b5eaf5da156ddee19491fc9d (diff)
downloadscummvm-rg350-57b17efd782a419a0c0d445378614722a52b6a27.tar.gz
scummvm-rg350-57b17efd782a419a0c0d445378614722a52b6a27.tar.bz2
scummvm-rg350-57b17efd782a419a0c0d445378614722a52b6a27.zip
Add support for GUI options to SCUMM engine
svn-id: r41278
Diffstat (limited to 'engines/scumm/detection.cpp')
-rw-r--r--engines/scumm/detection.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp
index 4e4175876b..901bb31e31 100644
--- a/engines/scumm/detection.cpp
+++ b/engines/scumm/detection.cpp
@@ -765,6 +765,9 @@ GameList ScummMetaEngine::detectGames(const Common::FSList &fslist) const {
dg["preferredtarget"] = res;
+ if (x->game.guioptions != 0)
+ dg["guioptions"] = Common::getGameGUIOptionsDescription(x->game.guioptions);
+
detectedGames.push_back(dg);
}