WINTERMUTE: Add detection for "Boredom of Agustin Cordes"

This commit is contained in:
Einar Johan Trøan Sømåen 2014-05-31 21:07:34 +02:00
parent 7141df0729
commit aea94110d1

View File

@ -28,6 +28,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"5ld", "Five Lethal Demons"},
{"5ma", "Five Magical Amulets"},
{"actualdest", "Actual Destination"},
{"agustin", "Boredom of Agustin Cordes"},
{"bickadoodle", "Bickadoodle"},
{"bookofgron", "Book of Gron Part One"},
{"bthreshold", "Beyond the Threshold"},
@ -108,6 +109,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
// Boredom of Agustin Cordes
{
"agustin",
"",
AD_ENTRY1s("data.dcp", "abb79c16c9b92e9b06525a4c7c3f5861", 2461949),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_UNSTABLE,
GUIO0()
},
// Beyond the Threshold
{
"bthreshold",