diff options
author | Henrik "Henke37" Andersson | 2019-09-28 00:18:29 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-29 19:34:16 +0300 |
commit | 92a2a9afc6c496605b49056b01b97f64202abb03 (patch) | |
tree | d00a8a077908ea2ec343ff88159aa4fe760ed747 | |
parent | 1f39deb176432116d52c508a7877e22fa0922660 (diff) | |
download | scummvm-rg350-92a2a9afc6c496605b49056b01b97f64202abb03.tar.gz scummvm-rg350-92a2a9afc6c496605b49056b01b97f64202abb03.tar.bz2 scummvm-rg350-92a2a9afc6c496605b49056b01b97f64202abb03.zip |
TONY: The engine doesn't use MIDI, mark the games as such.
-rw-r--r-- | engines/tony/detection_tables.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/engines/tony/detection_tables.h b/engines/tony/detection_tables.h index 1bb91a862d..e430bce5a5 100644 --- a/engines/tony/detection_tables.h +++ b/engines/tony/detection_tables.h @@ -37,7 +37,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -55,7 +55,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::CZ_CZE, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -72,7 +72,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -88,7 +88,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | GF_COMPRESSED, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -105,7 +105,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::FR_FRA, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -122,7 +122,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -139,7 +139,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::IT_ITA, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -156,7 +156,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::IT_ITA, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -173,7 +173,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::PL_POL, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -190,7 +190,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -208,7 +208,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::CZ_CZE, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -225,7 +225,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -242,7 +242,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -259,7 +259,7 @@ static const TonyGameDescription gameDescriptions[] = { Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, |