From d7a9080b42ea14d18a9a1f4d25519278c5f852fc Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Sat, 28 Sep 2019 23:22:46 +0200 Subject: TITANIC: This game doesn't use MIDI, mark it as such. --- engines/titanic/detection_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/titanic/detection_tables.h b/engines/titanic/detection_tables.h index 1d68537430..da76af2d11 100644 --- a/engines/titanic/detection_tables.h +++ b/engines/titanic/detection_tables.h @@ -32,7 +32,7 @@ static const TitanicGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, 0, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, @@ -45,7 +45,7 @@ static const TitanicGameDescription gameDescriptions[] = { Common::DE_DEU, Common::kPlatformWindows, 0, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, -- cgit v1.2.3