From 5fa83b28392d7829a3ff7bb3665c136071c75517 Mon Sep 17 00:00:00 2001 From: Henrik "Henke37" Andersson Date: Sat, 28 Sep 2019 02:57:31 +0200 Subject: LAB: Game does not use MIDI, mark it as such. --- engines/lab/detection.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp index 51ec858344..6e4c902374 100644 --- a/engines/lab/detection.cpp +++ b/engines/lab/detection.cpp @@ -49,7 +49,7 @@ static const ADGameDescription labDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOMIDI) }, { "lab", @@ -62,7 +62,7 @@ static const ADGameDescription labDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, Lab::GF_LOWRES | ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOMIDI) }, { "lab", @@ -76,7 +76,7 @@ static const ADGameDescription labDescriptions[] = { Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, - GUIO0() + GUIO1(GUIO_NOMIDI) }, { "lab", @@ -85,7 +85,7 @@ static const ADGameDescription labDescriptions[] = { Common::EN_ANY, Common::kPlatformAmiga, Lab::GF_LOWRES | ADGF_UNSTABLE, - GUIO0() + GUIO1(GUIO_NOMIDI) }, AD_TABLE_END_MARKER }; -- cgit v1.2.3