From cbdb0dcdfaf41c07034efa4c2c408614a330a901 Mon Sep 17 00:00:00 2001 From: Fabio Battaglia Date: Tue, 8 Sep 2009 12:14:17 +0000 Subject: Tinsel: added (disabled) Discworld 1 MAC detection entry svn-id: r44011 --- engines/tinsel/detection.cpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index fa4c2d9151..21b4fc9cf1 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -386,6 +386,29 @@ static const TinselGameDescription gameDescriptions[] = { }, #endif +#if 0 + { // Mac multilanguage CD + { + "dw", + "CD", + { + {"dw.scn", 0, "8be477c6fc0dc449531081fa2064c21d", 2011175}, + {"english.smp", 0, NULL, -1}, + {NULL, 0, NULL, 0} + }, + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO_NONE + }, + GID_DW1, + 0, + GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, + TINSEL_V1, + }, + +#endif + { // German CD re-release "Neon Edition" // Note: This release has ENGLISH.TXT (with german content) instead of GERMAN.TXT { -- cgit v1.2.3