diff options
| author | Matthew Hoops | 2011-02-01 03:05:18 +0000 | 
|---|---|---|
| committer | Matthew Hoops | 2011-02-01 03:05:18 +0000 | 
| commit | ac4bf4ffb88a9ded5176df32ac5ea2f2790c432d (patch) | |
| tree | 5f98885343f88b9f9156fe8cc7aa5f526baacb66 | |
| parent | 6ae0198ae8ff6c6d736f1bceb74df5226c6bdff3 (diff) | |
| download | scummvm-rg350-ac4bf4ffb88a9ded5176df32ac5ea2f2790c432d.tar.gz scummvm-rg350-ac4bf4ffb88a9ded5176df32ac5ea2f2790c432d.tar.bz2 scummvm-rg350-ac4bf4ffb88a9ded5176df32ac5ea2f2790c432d.zip | |
MOHAWK: Add detection for the LBSampler v1
svn-id: r55704
| -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, | 
