diff options
author | Matthew Hoops | 2011-02-01 03:00:42 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-02-01 03:00:42 +0000 |
commit | 6ae0198ae8ff6c6d736f1bceb74df5226c6bdff3 (patch) | |
tree | ebe7a1a1653462e217e277b97c332fef624e38fa | |
parent | e47ac9f9375cf9591327bea6215fa8d3e219a62b (diff) | |
download | scummvm-rg350-6ae0198ae8ff6c6d736f1bceb74df5226c6bdff3.tar.gz scummvm-rg350-6ae0198ae8ff6c6d736f1bceb74df5226c6bdff3.tar.bz2 scummvm-rg350-6ae0198ae8ff6c6d736f1bceb74df5226c6bdff3.zip |
MOHAWK: Add detection for the Mac LBSampler v3
svn-id: r55703
-rw-r--r-- | engines/mohawk/detection_tables.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 0c3e7c277b..93353198e1 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1176,6 +1176,21 @@ static const MohawkGameDescription gameDescriptions[] = { { { + "lbsampler", + "", + AD_ENTRY1("BookOutline", "6dd1c0606f1db3b71207121b4370e487"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV3, + 0, + 0, + }, + + { + { "bearfight", "", AD_ENTRY1("FIGHT.512", "f6e6c77a216c400a69388c94a11766d2"), |