PEGASUS: Game does not use MIDI, mark it as such.

This commit is contained in:
Henrik "Henke37" Andersson 2019-09-28 01:14:12 +02:00 committed by Filippos Karapetis
parent 50e3828fe9
commit 3d55cec3b5

View File

@ -86,7 +86,7 @@ static const PegasusGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK,
GUIO0()
GUIO1(GUIO_NOMIDI)
},
},
@ -98,7 +98,7 @@ static const PegasusGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK | ADGF_DEMO,
GUIO1(GUIO_NOLAUNCHLOAD)
GUIO2(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI)
},
},
@ -110,7 +110,7 @@ static const PegasusGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK | ADGF_DEMO | GF_DVD,
GUIO1(GUIO_NOLAUNCHLOAD)
GUIO2(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI)
},
},
@ -122,7 +122,7 @@ static const PegasusGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_MACRESFORK | ADGF_DEMO | GF_DVD,
GUIO1(GUIO_NOLAUNCHLOAD)
GUIO2(GUIO_NOLAUNCHLOAD, GUIO_NOMIDI)
},
},