From 3c53b1c020f264b649f1ce3179ee3febd7480513 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 8 Feb 2011 04:23:29 +0000 Subject: MOHAWK: Add detection for the v2 lbsampler svn-id: r55821 --- engines/mohawk/detection_tables.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'engines/mohawk') diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 5aa327d813..412c2aa4a0 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1189,6 +1189,36 @@ static const MohawkGameDescription gameDescriptions[] = { "Living Books Demos" }, + { + { + "lbsampler", + "v2", + AD_ENTRY1("SAMPLER.LB", "6c77cba7326f975645d55fd17ad02d92"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV2, + 0, + 0 + }, + + { + { + "lbsampler", + "v2", + AD_ENTRY1("BookOutline", "48985306013164b128981883045f2c43"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV1, // v2 Mac games are really still v1 + 0, + "Living Books Sampler" + }, + { { "lbsampler", -- cgit v1.2.3