diff options
| author | Paul Gilbert | 2015-05-09 15:59:31 -0400 | 
|---|---|---|
| committer | Paul Gilbert | 2015-05-09 15:59:31 -0400 | 
| commit | 7107789c473a96678f408902b1a3b6eb2c86f69f (patch) | |
| tree | a0904b1786b122e607d58045aa42bdb498b729be /engines | |
| parent | 281d44706bfa2cb58b3de469d320f06f75a93c86 (diff) | |
| download | scummvm-rg350-7107789c473a96678f408902b1a3b6eb2c86f69f.tar.gz scummvm-rg350-7107789c473a96678f408902b1a3b6eb2c86f69f.tar.bz2 scummvm-rg350-7107789c473a96678f408902b1a3b6eb2c86f69f.zip  | |
SHERLOCK: Further cleanup of detection entries and added Rose Tattoo English
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/sherlock/detection_tables.h | 25 | 
1 files changed, 19 insertions, 6 deletions
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h index 752ef8d5cf..0b41bfad0e 100644 --- a/engines/sherlock/detection_tables.h +++ b/engines/sherlock/detection_tables.h @@ -31,7 +31,7 @@ static const SherlockGameDescription gameDescriptions[] = {  			AD_ENTRY1s("talk.lib", "ad0c4d6865edf15da4e9204c08815875", 238928),  			Common::EN_ANY,  			Common::kPlatformDOS, -			ADGF_NO_FLAGS, +			ADGF_UNSTABLE | ADGF_NO_FLAGS,  			GUIO1(GUIO_NOSPEECH)  		},  		GType_SerratedScalpel, @@ -46,7 +46,7 @@ static const SherlockGameDescription gameDescriptions[] = {  			AD_ENTRY1s("talk.lib", "dbdc8a20c96900aa7e4d02f3fe8a274c", 121102),  			Common::EN_ANY,  			Common::kPlatformDOS, -			ADGF_DEMO, +			ADGF_UNSTABLE | ADGF_DEMO,  			GUIO1(GUIO_NOSPEECH)  		},  		GType_SerratedScalpel, @@ -61,7 +61,7 @@ static const SherlockGameDescription gameDescriptions[] = {  			AD_ENTRY1s("music.lib", "ec19a09b7fef6fd90b1ab812ce6e9739", 38563),  			Common::EN_ANY,  			Common::kPlatformDOS, -			ADGF_DEMO, +			ADGF_UNSTABLE | ADGF_DEMO,  			GUIO1(GUIO_NOSPEECH)  		},  		GType_SerratedScalpel, @@ -72,12 +72,25 @@ static const SherlockGameDescription gameDescriptions[] = {  		// Provided by Strangerke  		{  			"rosetattoo", -			0, +			"CD",  			AD_ENTRY1s("talk.lib", "22e8e6406dd2fbbb238c9898928df42e", 770756),  			Common::EN_ANY,  			Common::kPlatformDOS, -			ADGF_NO_FLAGS, -			GUIO1(GUIO_NONE) +			ADGF_UNSTABLE, +			GUIO0() +		} +	}, + +	{ +		// Case of the Rose Tattoo - English CD +		{ +			"rosetattoo", +			"CD", +			AD_ENTRY1s("talk.lib", "9639a756b0993ebd71cb5f4d8b78b2dc", 765134), +			Common::EN_ANY, +			Common::kPlatformDOS, +			ADGF_UNSTABLE, +			GUIO0()  		},  		GType_RoseTattoo,  	},  | 
