aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorHenrik "Henke37" Andersson2019-09-26 01:36:39 +0200
committerFilippos Karapetis2019-09-29 19:34:16 +0300
commit94a92e9fe2c3dbc7c1173734134a316d9bb5e724 (patch)
treeea1a8d22feaf502d7e483b9a3fe39bf51669294a /engines
parent61e7069169a73c2a7edc12a9735ccca281e2fc83 (diff)
downloadscummvm-rg350-94a92e9fe2c3dbc7c1173734134a316d9bb5e724.tar.gz
scummvm-rg350-94a92e9fe2c3dbc7c1173734134a316d9bb5e724.tar.bz2
scummvm-rg350-94a92e9fe2c3dbc7c1173734134a316d9bb5e724.zip
SLUDGE: The engine does not support midi, mark detected games as such.
Diffstat (limited to 'engines')
-rw-r--r--engines/sludge/detection.cpp4
-rw-r--r--engines/sludge/detection_tables.h38
2 files changed, 21 insertions, 21 deletions
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp
index 020410d225..876614ead0 100644
--- a/engines/sludge/detection.cpp
+++ b/engines/sludge/detection.cpp
@@ -69,7 +69,7 @@ static Sludge::SludgeGameDescription s_fallbackDesc =
Common::UNK_LANG,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
};
@@ -110,7 +110,7 @@ ADDetectedGame SludgeMetaEngine::fallbackDetect(const FileMap &allFiles, const C
s_fallbackDesc.desc.language = Common::EN_ANY;
s_fallbackDesc.desc.flags = ADGF_UNSTABLE;
s_fallbackDesc.desc.platform = Common::kPlatformUnknown;
- s_fallbackDesc.desc.guiOptions = GUIO0();
+ s_fallbackDesc.desc.guiOptions = GUIO1(GUIO_NOMIDI);
s_fallbackDesc.languageID = 0;
for (Common::FSList::const_iterator file = fslist.begin(); file != fslist.end(); ++file) {
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index c5bf3d6185..f0104ceb8c 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -31,7 +31,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -44,7 +44,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -57,7 +57,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
1
},
@@ -70,7 +70,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -83,7 +83,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -96,7 +96,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -109,7 +109,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -122,7 +122,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -135,7 +135,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -148,7 +148,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -161,7 +161,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::CZ_CZE,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -174,7 +174,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
1
},
@@ -187,7 +187,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::IT_ITA,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
2
},
@@ -200,7 +200,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::PL_POL,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
3
},
@@ -213,7 +213,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::UNK_LANG,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -226,7 +226,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
0
},
@@ -239,7 +239,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::IT_ITA,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
1
},
@@ -252,7 +252,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::SE_SWE,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
2
},
@@ -265,7 +265,7 @@ static const SludgeGameDescription gameDescriptions[] = {
Common::DE_DEU,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
- GUIO0()
+ GUIO1(GUIO_NOMIDI)
},
3
},