mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-28 23:36:14 +00:00
CRYO: Game does not use MIDI, mark it as such.
This commit is contained in:
parent
3d55cec3b5
commit
452cceb5c6
@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_DEMO,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// Lost Eden PC interactive demo version
|
||||
@ -65,7 +65,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_DEMO,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// Lost Eden PC version
|
||||
@ -76,7 +76,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// Lost Eden EN PC version
|
||||
@ -88,7 +88,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// Lost Eden FR PC version
|
||||
@ -100,7 +100,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// Lost Eden DE PC version
|
||||
@ -111,7 +111,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformDOS,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
// Lost Eden Mac version
|
||||
@ -122,7 +122,7 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_UNSTABLE,
|
||||
GUIO1(GUIO_NONE)
|
||||
GUIO1(GUIO_NOMIDI)
|
||||
},
|
||||
|
||||
AD_TABLE_END_MARKER
|
||||
|
Loading…
x
Reference in New Issue
Block a user