From 2b986c98f271a3230059cbc464c35fc75a897688 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Sat, 28 Sep 2019 03:51:08 +0200 Subject: MORTEVIELLE: The game doesn't use MIDI, mark it as such. --- engines/mortevielle/detection_tables.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'engines') diff --git a/engines/mortevielle/detection_tables.h b/engines/mortevielle/detection_tables.h index fb85e749ad..8c356029fb 100644 --- a/engines/mortevielle/detection_tables.h +++ b/engines/mortevielle/detection_tables.h @@ -36,7 +36,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = { Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOMIDI) }, Common::FR_FRA, kUseOriginalData }, // German @@ -52,7 +52,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = { Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOMIDI) }, Common::DE_DEU, kUseOriginalData }, @@ -69,7 +69,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = { // Common::DE_DEU, // Common::kPlatformDOS, // ADGF_NO_FLAGS, -// GUIO0() +// GUIO1(GUIO_NOMIDI) // }, Common::DE_DEU, kUseEngineDataFile // }, @@ -89,7 +89,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOMIDI) }, Common::FR_FRA, kUseEngineDataFile }, @@ -106,7 +106,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOMIDI) }, Common::DE_DEU, kUseEngineDataFile }, @@ -123,7 +123,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = { Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOMIDI) }, Common::FR_FRA, kUseEngineDataFile }, -- cgit v1.2.3