From cd9f77080745296a7318a69427e4dd3b169c8613 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Thu, 26 Sep 2019 01:56:11 +0200 Subject: BBVS: The game doesn't use midi. Mark it as such. --- engines/bbvs/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/bbvs/detection.cpp b/engines/bbvs/detection.cpp index b30c6d3f2d..9b072c0f4e 100644 --- a/engines/bbvs/detection.cpp +++ b/engines/bbvs/detection.cpp @@ -44,7 +44,7 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOMIDI) }, { "bbvs", @@ -53,7 +53,7 @@ static const ADGameDescription gameDescriptions[] = { Common::RU_RUS, Common::kPlatformWindows, GF_GUILANGSWITCH | ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOMIDI) }, AD_TABLE_END_MARKER -- cgit v1.2.3