aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/detection.cpp')
-rw-r--r--engines/glk/detection.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/glk/detection.cpp b/engines/glk/detection.cpp
index 0345e8fcc7..cce1ec1ef0 100644
--- a/engines/glk/detection.cpp
+++ b/engines/glk/detection.cpp
@@ -70,6 +70,13 @@ GlkDetectedGame::GlkDetectedGame(const char *id, const char *desc, const Common:
addExtraEntry("filename", filename);
}
+GlkDetectedGame::GlkDetectedGame(const char *id, const char *desc, const char *extra,
+ const Common::String &filename, Common::Language lang) :
+ DetectedGame(id, desc, lang, Common::kPlatformUnknown, extra) {
+ setGUIOptions(GUIO3(GUIO_NOSPEECH, GUIO_NOMUSIC, GUIO_NOSUBTITLES));
+ addExtraEntry("filename", filename);
+}
+
GlkDetectedGame::GlkDetectedGame(const char *id, const char *desc, const Common::String &filename,
const Common::String &md5, size_t filesize) :
DetectedGame(id, desc, Common::UNK_LANG, Common::kPlatformUnknown) {