From 57dc8f6fc264597bbc80faba4a837f22ff145691 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 27 Jan 2011 19:20:27 +0000 Subject: MOHAWK: Add detection for the LB sampler svn-id: r55570 --- engines/mohawk/detection.cpp | 1 + engines/mohawk/detection_tables.h | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index 28dd445691..d9d8692047 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -120,6 +120,7 @@ static const PlainGameDescriptor mohawkGames[] = { {"lilmonster", "Little Monster at School"}, {"catinthehat", "The Cat in the Hat"}, {"rugrats", "Rugrats Adventure Game"}, + {"lbsampler", "Living Books Sampler"}, {0, 0} }; diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index e21db1a53b..46de0ad5e6 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1144,6 +1144,21 @@ static const MohawkGameDescription gameDescriptions[] = { 0, }, + { + { + "lbsampler", + "", + AD_ENTRY1("outline", "d239506f969ff68fa886f084082e9158"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV3, + 0, + 0, + }, + { AD_TABLE_END_MARKER, 0, 0, 0 } }; -- cgit v1.2.3