diff options
author | JenniBee | 2013-04-13 15:27:52 -0400 |
---|---|---|
committer | JenniBee | 2013-04-13 15:27:52 -0400 |
commit | 848f44f72a103d9d5f3e8c7a5d7b62bb0f166974 (patch) | |
tree | d47ef048dd2d44ae5aaabbad8afa77ec26b831e6 /engines | |
parent | fad5cf72434dbe7320dde858a36c7203ea155a9a (diff) | |
download | scummvm-rg350-848f44f72a103d9d5f3e8c7a5d7b62bb0f166974.tar.gz scummvm-rg350-848f44f72a103d9d5f3e8c7a5d7b62bb0f166974.tar.bz2 scummvm-rg350-848f44f72a103d9d5f3e8c7a5d7b62bb0f166974.zip |
WINTERMUTE: Added detection entries for Reversion: The Meeting
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/detection_tables.h | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 2ea9511cfd..eaba56baf4 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -43,6 +43,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"mirage", "Mirage"}, {"pigeons", "Pigeons in the Park"}, {"reversion1", "Reversion: The Escape"}, + {"reversion2", "Reversion: The Meeting"}, {"rosemary", "Rosemary"}, {"thebox", "The Box"}, {"twc", "the white chamber"}, @@ -391,6 +392,44 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Reversion: The Meeting (Chinese) + { + "reversion2", + "", + { + {"xlanguage_nz.dcp", 0, "8c3709474a87a7876109025dff41ff3f", 8746015}, + {"data.dcp", 0, "f7938cbfdc48f07934550245a3286921", 255672016}, + AD_LISTEND + }, + Common::ZH_CNA, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Reversion: The Meeting (English) + { + "reversion2", + "", + { + {"xlanguage_en.dcp", 0, "512c4621132116f68db45a3eda95a158", 58439451}, + {"data.dcp", 0, "f7938cbfdc48f07934550245a3286921", 255672016}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // Reversion: The Meeting (Spanish) + { + "reversion2", + "", + AD_ENTRY1s("data.dcp", "f7938cbfdc48f07934550245a3286921", 255672016), + Common::ES_ESP, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Rosemary { "rosemary", |