aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorHenrik "Henke37" Andersson2019-09-28 01:35:09 +0200
committerFilippos Karapetis2019-09-29 19:34:16 +0300
commit452cceb5c6ff5c91eb23d4c2126c587af8a3f43a (patch)
tree6aed0600d6d538333b3811d9e027071aac5ba646 /engines
parent3d55cec3b55836cf06838875700ffc36ec5cb9f4 (diff)
downloadscummvm-rg350-452cceb5c6ff5c91eb23d4c2126c587af8a3f43a.tar.gz
scummvm-rg350-452cceb5c6ff5c91eb23d4c2126c587af8a3f43a.tar.bz2
scummvm-rg350-452cceb5c6ff5c91eb23d4c2126c587af8a3f43a.zip
CRYO: Game does not use MIDI, mark it as such.
Diffstat (limited to 'engines')
-rw-r--r--engines/cryo/detection.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp
index 2c59527dba..213a66101d 100644
--- a/engines/cryo/detection.cpp
+++ b/engines/cryo/detection.cpp
@@ -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