diff options
author | Henrik "Henke37" Andersson | 2019-09-26 02:15:45 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-29 19:34:16 +0300 |
commit | 0fe9a0666dcba039e7779730764c2acfc66f576b (patch) | |
tree | b09d548078fe0eaa9556c0e136c9111a12e79b71 /engines | |
parent | cd9f77080745296a7318a69427e4dd3b169c8613 (diff) | |
download | scummvm-rg350-0fe9a0666dcba039e7779730764c2acfc66f576b.tar.gz scummvm-rg350-0fe9a0666dcba039e7779730764c2acfc66f576b.tar.bz2 scummvm-rg350-0fe9a0666dcba039e7779730764c2acfc66f576b.zip |
TOON: The game doesn't use MIDI. Mark it as such.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/toon/detection.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp index 57b7c95d5b..da414ae6db 100644 --- a/engines/toon/detection.cpp +++ b/engines/toon/detection.cpp @@ -44,7 +44,7 @@ static const ADGameDescription gameDescriptions[] = { {"study.svl", 0, "281efa3f33f6712c0f641a605f4d40fd", 2511090}, AD_LISTEND }, - Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() + Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI) }, { "toon", "", @@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = { {"study.svl", 0, "df056b94ea83f1ed92a539cf636053ab", 2542668}, AD_LISTEND }, - Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() + Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI) }, { "toon", "", @@ -64,7 +64,7 @@ static const ADGameDescription gameDescriptions[] = { {"study.svl", 0, "72fe96a9e10967d3138e918295babc42", 2910283}, AD_LISTEND }, - Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() + Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI) }, { "toon", "", @@ -74,7 +74,7 @@ static const ADGameDescription gameDescriptions[] = { {"study.svl", 0, "b6b1ee2d9d94d53d305856039ab7bde7", 2634620}, AD_LISTEND }, - Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() + Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI) }, { "toon", "", @@ -83,7 +83,7 @@ static const ADGameDescription gameDescriptions[] = { {"arcaddbl.svl", 0, "1d1b96e317e03ffd3874a8ebe59556f3", 6246232}, {"study.svl", 0, "d4aff126ee27be3c3d25e2996369d7cb", 2324368}, }, - Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() + Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI) }, { "toon", "", @@ -93,7 +93,7 @@ static const ADGameDescription gameDescriptions[] = { {"generic.svl", 0, "5eb99850ada22f0b8cf6392262d4dd07", 9404599}, AD_LISTEND }, - Common::DE_DEU, Common::kPlatformDOS, ADGF_DEMO, GUIO0() + Common::DE_DEU, Common::kPlatformDOS, ADGF_DEMO, GUIO1(GUIO_NOMIDI) }, { "toon", "", @@ -102,7 +102,7 @@ static const ADGameDescription gameDescriptions[] = { {"generic.svl", 0, "5c42724bb93b360dca7044d6b7ef26e5", 7739319}, AD_LISTEND }, - Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO0() + Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO1(GUIO_NOMIDI) }, { // English 2-CD "Sold out" release @@ -112,7 +112,7 @@ static const ADGameDescription gameDescriptions[] = { {"generic.svl", 0, "331eead1d20af7ee809a9e2f35b8362f", 6945180}, AD_LISTEND }, - Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() + Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GUIO_NOMIDI) }, AD_TABLE_END_MARKER |