From 50e3828fe9418d6a75c6df179272ce10ab6d42e4 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Sat, 28 Sep 2019 01:02:02 +0200 Subject: VOYEUR: The game doesn't use MIDI, mark it as such. --- engines/voyeur/detection_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/voyeur/detection_tables.h b/engines/voyeur/detection_tables.h index da566ff63d..b6ff2c3a98 100644 --- a/engines/voyeur/detection_tables.h +++ b/engines/voyeur/detection_tables.h @@ -32,7 +32,7 @@ static const VoyeurGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, - GUIO1(GUIO_NONE) + GUIO1(GUIO_NOMIDI) }, }, -- cgit v1.2.3