diff options
Diffstat (limited to 'engines/dreamweb/detection_tables.h')
| -rw-r--r-- | engines/dreamweb/detection_tables.h | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h index 058d43cbd2..f32b8de6b6 100644 --- a/engines/dreamweb/detection_tables.h +++ b/engines/dreamweb/detection_tables.h @@ -81,6 +81,23 @@ static const DreamWebGameDescription gameDescriptions[] = {  		},  	}, +	// German CD release +	{ +		{ +			"dreamweb", +			"CD", +			{ +				{"dreamweb.r00", 0, "9960dc3baddabc6ad2a6fd75292b149c", 155886}, +				{"dreamweb.r02", 0, "076ca7cd326cb2abfb2091c6cf46ae08", 201038}, +				AD_LISTEND +			}, +			Common::DE_DEU, +			Common::kPlatformPC, +			ADGF_CD | ADGF_UNSTABLE, +			GUIO_NONE +		}, +	}, +  	{ AD_TABLE_END_MARKER }  }; | 
