diff options
author | Matthew Hoops | 2011-01-27 19:20:27 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-01-27 19:20:27 +0000 |
commit | 57dc8f6fc264597bbc80faba4a837f22ff145691 (patch) | |
tree | ebb5250fab46d292483ab1ce17a404304a9843aa /engines/mohawk | |
parent | fb8b4e1016695c1ddb156d054f04e4d625b27f09 (diff) | |
download | scummvm-rg350-57dc8f6fc264597bbc80faba4a837f22ff145691.tar.gz scummvm-rg350-57dc8f6fc264597bbc80faba4a837f22ff145691.tar.bz2 scummvm-rg350-57dc8f6fc264597bbc80faba4a837f22ff145691.zip |
MOHAWK: Add detection for the LB sampler
svn-id: r55570
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/detection.cpp | 1 | ||||
-rw-r--r-- | engines/mohawk/detection_tables.h | 15 |
2 files changed, 16 insertions, 0 deletions
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 } }; |