From 94a92e9fe2c3dbc7c1173734134a316d9bb5e724 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Thu, 26 Sep 2019 01:36:39 +0200 Subject: SLUDGE: The engine does not support midi, mark detected games as such. --- engines/sludge/detection.cpp | 4 ++-- engines/sludge/detection_tables.h | 38 +++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 21 deletions(-) (limited to 'engines') 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 }, -- cgit v1.2.3