diff options
Diffstat (limited to 'engines/wintermute')
| -rw-r--r-- | engines/wintermute/detection_tables.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 130a68cb3b..02126fbeba 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -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", |
