diff options
author | Matthew Hoops | 2011-02-08 04:23:29 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-02-08 04:23:29 +0000 |
commit | 3c53b1c020f264b649f1ce3179ee3febd7480513 (patch) | |
tree | 6e44de971fa1f126052c78e35dc53a80ccce7da7 /engines | |
parent | 1a525d1bb78a34e124aafae090901005333b716d (diff) | |
download | scummvm-rg350-3c53b1c020f264b649f1ce3179ee3febd7480513.tar.gz scummvm-rg350-3c53b1c020f264b649f1ce3179ee3febd7480513.tar.bz2 scummvm-rg350-3c53b1c020f264b649f1ce3179ee3febd7480513.zip |
MOHAWK: Add detection for the v2 lbsampler
svn-id: r55821
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/detection_tables.h | 30 |
1 files changed, 30 insertions, 0 deletions
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 @@ -1192,6 +1192,36 @@ static const MohawkGameDescription gameDescriptions[] = { { { "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", "v3", AD_ENTRY1("outline", "d239506f969ff68fa886f084082e9158"), Common::EN_ANY, |