aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorHenrik "Henke37" Andersson2019-09-28 03:51:08 +0200
committerFilippos Karapetis2019-09-29 19:34:16 +0300
commit2b986c98f271a3230059cbc464c35fc75a897688 (patch)
treea1304e5694f4b54afc0499d783be7a253197bd8e /engines
parent2f3549cad46437c6e3b474b2744787a4d7494518 (diff)
downloadscummvm-rg350-2b986c98f271a3230059cbc464c35fc75a897688.tar.gz
scummvm-rg350-2b986c98f271a3230059cbc464c35fc75a897688.tar.bz2
scummvm-rg350-2b986c98f271a3230059cbc464c35fc75a897688.zip
MORTEVIELLE: The game doesn't use MIDI, mark it as such.
Diffstat (limited to 'engines')
-rw-r--r--engines/mortevielle/detection_tables.h12
1 files changed, 6 insertions, 6 deletions
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
},