mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
LASTEXPRESS: The game doesn't use MIDI, so mark it as such.
This commit is contained in:
parent
7b09d4a4d9
commit
7b68555626
@ -49,7 +49,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// The Last Express (English) - UK Broderbund Release
|
||||
@ -68,7 +68,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// The Last Express (English) - Interplay Release
|
||||
@ -87,7 +87,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// The Last Express (Demo - English) - Broderbund
|
||||
@ -103,7 +103,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_DEMO | ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// The Last Express (French) - Broderbund Release
|
||||
@ -122,7 +122,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// The Last Express (German)
|
||||
@ -141,7 +141,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// The Last Express (Spanish)
|
||||
@ -160,7 +160,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// The Last Express (Italian)
|
||||
@ -179,7 +179,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::IT_ITA,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// The Last Express (Russian)
|
||||
@ -198,7 +198,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::RU_RUS,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// The Last Express (GOG)
|
||||
@ -217,7 +217,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformUnknown,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
GUIO2(GUIO_NOASPECT, GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
AD_TABLE_END_MARKER
|
||||
|
Loading…
x
Reference in New Issue
Block a user