aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/pegasus/detection.cpp8
1 files changed, 4 insertions, 4 deletions
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)
},
},