mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
MORTEVIELLE: The game doesn't use MIDI, mark it as such.
This commit is contained in:
parent
2f3549cad4
commit
2b986c98f2
@ -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
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user