WINTERMUTE: Added 'Alone, Under Strange Night' to detection list

This commit is contained in:
Paweł Kołodziejski 2022-07-10 22:55:52 +02:00
parent 10bf056008
commit 3c4005d7c4
No known key found for this signature in database
GPG Key ID: 0BDADC9E74440FF7

View File

@ -33,6 +33,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"alavi", "Alavi Detective - Murder of Miss Rojan"},
{"alimardan1", "Alimardan's Mischief"},
{"alimardan2", "Alimardan Meets Merlin"},
{"alone", "Alone, Under Strange Night"},
{"alphapolaris", "Alpha Polaris"},
{"apeiron", "Apeiron"},
{"artofmurder1", "Art of Murder 1: FBI Confidential"},
@ -298,6 +299,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("alimardan2", "",
WME_ENTRY1s("data.dcp", "e3ffb5d177737a57bb391995d9361055", 413397623), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
// Alone, Under Strange Night (English)
WME_WINENTRY("alone", "",
WME_ENTRY1s("data.dcp", "af7638e15b5eeeedb92768d32e02e7f4", 66172118), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_5),
// Alpha Polaris (English)
WME_WINENTRY("alphapolaris", "",
WME_ENTRY1s("data.dcp", "6d5d2264a3135dae3a9a74de50b4ea68", 706780438), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_1),