WINTERMUTE: Add detection for Carol Reed Mistery 4 (RUS)

Carol Reed 4 was published in Russia by "Cd Navigator":
http://www.cdnavigator.ru/Game.aspx?id=184
This commit is contained in:
lolbot-iichan 2019-06-20 00:49:47 +03:00 committed by Filippos Karapetis
parent edba79ff7b
commit 1596b73110

View file

@ -195,9 +195,12 @@ static const WMEGameDescription gameDescriptions[] = {
// Carol Reed 4 - East Side Story (Demo)
WME_WINENTRY("carolreed4", "Demo",
WME_ENTRY1s("data.dcp", "b3f8b09bb4b05ee3e9d14697525257f9", 59296246), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION),
// Carol Reed 4 - East Side Story
// Carol Reed 4 - East Side Story (English)
WME_WINENTRY("carolreed4", "",
WME_ENTRY1s("data.dcp", "b26377797f060afc2d440d820100c1ce", 529320536), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
// Carol Reed 4 - East Side Story (Russian)
WME_WINENTRY("carolreed4", "",
WME_ENTRY1s("data.dcp", "549e6fb7afebcc4a8092e3898a5c5cc3", 618787625), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION),
// Carol Reed 5 - The Colour of Murder
WME_WINENTRY("carolreed5", "",
WME_ENTRY1s("data.dcp", "3fcfca44209545d0e26774156427b494", 603660415), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),