diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/detection_tables.h | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 93353198e1..5aa327d813 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1162,7 +1162,37 @@ static const MohawkGameDescription gameDescriptions[] = { { { "lbsampler", - "", + "v1", + AD_ENTRY1("DEMO.512", "27c3455b850e5981d2bf2a3fa489b91e"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV1, + 0, + "DEMO.EXE" + }, + + { + { + "lbsampler", + "v1", + AD_ENTRY1("BookOutline", "d30e6026a9809dea579030bac380977d"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV1, + 0, + "Living Books Demos" + }, + + { + { + "lbsampler", + "v3", AD_ENTRY1("outline", "d239506f969ff68fa886f084082e9158"), Common::EN_ANY, Common::kPlatformWindows, @@ -1177,7 +1207,7 @@ static const MohawkGameDescription gameDescriptions[] = { { { "lbsampler", - "", + "v3", AD_ENTRY1("BookOutline", "6dd1c0606f1db3b71207121b4370e487"), Common::EN_ANY, Common::kPlatformMacintosh, |