diff options
| author | Alyssa Milburn | 2013-04-22 11:19:30 +0200 | 
|---|---|---|
| committer | Alyssa Milburn | 2013-04-22 11:19:30 +0200 | 
| commit | 1cec3beb8c5d8678db5e7fcd9dddb6a17a7209e7 (patch) | |
| tree | f330fae9c8f19cba8f3fa94c58332a02ed82b54f | |
| parent | 65caa0500ff6ef40825dcf178d721827cf702264 (diff) | |
| download | scummvm-rg350-1cec3beb8c5d8678db5e7fcd9dddb6a17a7209e7.tar.gz scummvm-rg350-1cec3beb8c5d8678db5e7fcd9dddb6a17a7209e7.tar.bz2 scummvm-rg350-1cec3beb8c5d8678db5e7fcd9dddb6a17a7209e7.zip | |
MOHAWK: add detection entry from bug #3610725
| -rw-r--r-- | engines/mohawk/detection_tables.h | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 87635bfc6a..0d5dc1a405 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1361,6 +1361,23 @@ static const MohawkGameDescription gameDescriptions[] = {  		"GRANDMA.EXE"  	}, +	// Just Grandma and Me 1.1 Mac +	// From eisnerguy1 in bug#3610725 +	{ +		{ +			"grandma", +			"v1.1", +			AD_ENTRY1("BookOutline", "76eb265ec5fe42bc5b07f2bb418bd871"), +			Common::EN_ANY, +			Common::kPlatformMacintosh, +			ADGF_NO_FLAGS, +			GUIO1(GUIO_NOASPECT) +		}, +		GType_LIVINGBOOKSV1, +		0, +		0 +	}, +  	// from jjnryan in bug #3389857  	{  		{ | 
