From 3d55cec3b55836cf06838875700ffc36ec5cb9f4 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Sat, 28 Sep 2019 01:14:12 +0200 Subject: PEGASUS: Game does not use MIDI, mark it as such. --- engines/pegasus/detection.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines') diff --git a/engines/pegasus/detection.cpp b/engines/pegasus/detection.cpp index 74867c1977..64240af9c6 100644 --- a/engines/pegasus/detection.cpp +++ b/engines/pegasus/detection.cpp @@ -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) }, }, -- cgit v1.2.3