From 92a2a9afc6c496605b49056b01b97f64202abb03 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Sat, 28 Sep 2019 00:18:29 +0200 Subject: TONY: The engine doesn't use MIDI, mark the games as such. --- engines/tony/detection_tables.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'engines') 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) }, }, -- cgit v1.2.3