aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-09 20:12:32 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit43bee7a72783cd60b86249997bfdaf7af5e5d740 (patch)
treececc5dc4f4bbee731c412fac62ce67d265cb800d /engines
parent671321c45fb52163022b51e4e128a02ec66dc28d (diff)
downloadscummvm-rg350-43bee7a72783cd60b86249997bfdaf7af5e5d740.tar.gz
scummvm-rg350-43bee7a72783cd60b86249997bfdaf7af5e5d740.tar.bz2
scummvm-rg350-43bee7a72783cd60b86249997bfdaf7af5e5d740.zip
GLK: Add GUI options to default detection entry
Diffstat (limited to 'engines')
-rw-r--r--engines/gargoyle/detection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gargoyle/detection.cpp b/engines/gargoyle/detection.cpp
index 295e50bd8e..af7cfc6b34 100644
--- a/engines/gargoyle/detection.cpp
+++ b/engines/gargoyle/detection.cpp
@@ -243,6 +243,7 @@ ADDetectedGames GargoyleMetaEngine::detectGame(const Common::FSNode &parent, con
gameDescription._desc.gameId = gameId;
gameDescription._desc.language = gd.language;
gameDescription._desc.platform = gd.platform;
+ gameDescription._desc.guiOptions = GUIO4(GUIO_NOSPEECH, GUIO_NOSFX, GUIO_NOMUSIC, GUIO_NOSUBTITLES);
gameDescription._filename = filename;
gameDescription._md5 = Common::computeStreamMD5AsString(f, 5000);