diff options
author | Einar Johan Trøan Sømåen | 2014-04-05 15:33:04 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2014-04-05 15:33:04 +0200 |
commit | c40207438562597b307de52b087de7a86750dd7a (patch) | |
tree | 100f93c9bc2ebfec53f5ae52e94a37f41c79e215 /engines | |
parent | f565e20a01d9acf8266b685432dbe74ecd1f34ed (diff) | |
download | scummvm-rg350-c40207438562597b307de52b087de7a86750dd7a.tar.gz scummvm-rg350-c40207438562597b307de52b087de7a86750dd7a.tar.bz2 scummvm-rg350-c40207438562597b307de52b087de7a86750dd7a.zip |
WINTERMUTE: Add detection entry for Rhiannon: Curse of the four Branches
Diffstat (limited to 'engines')
-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 7589bec410..e511d5d9a5 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -59,6 +59,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"projectdoom", "Project: Doom"}, {"reversion1", "Reversion: The Escape"}, {"reversion2", "Reversion: The Meeting"}, + {"rhiannon", "Rhiannon: Curse of the four Branches"}, {"rosemary", "Rosemary"}, {"securanote", "Securanote"}, {"shaban", "Shaban"}, @@ -1042,6 +1043,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Rhiannon: Curse of the four Branches + { + "rhiannon", + "", + AD_ENTRY1s("data.dcp", "870f348900b735f1cc79c0608ce32b0e", 1046169851), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Rosemary { "rosemary", |