From e61f1bd091f7fb5beb9a2037427a6d5ed2dc3793 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Tue, 18 Jun 2013 23:05:21 +0200 Subject: WINTERMUTE: Add detection for Des Reves Elastiques Avec Mille Insectes Nommes Georges With the accents removed to avoid breaking encoding. --- engines/wintermute/detection_tables.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/wintermute/detection_tables.h') diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 8fb45dc8b9..9f654dc4b7 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -37,6 +37,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"carolreed9", "Carol Reed 9 - Cold Case Summer"}, {"chivalry", "Chivalry is Not Dead"}, {"deadcity", "Dead City"}, + {"dreaming", "Des Reves Elastiques Avec Mille Insectes Nommes Georges"}, {"dirtysplit", "Dirty Split"}, {"dreamscape", "Dreamscape"}, {"ghostsheet", "Ghost in the Sheet"}, @@ -249,6 +250,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Des Reves Elastiques Avec Mille Insectes Nommes Georges + { + "dreaming", + "", + AD_ENTRY1s("data.dcp", "4af26d97ea063fc1277ce30ae431de90", 8804073), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Dreamscape { "dreamscape", -- cgit v1.2.3