[Scummvm-git-logs] scummvm master -> 4a6cd7f0beb7eb775b6e8c2c1bc1a509f6a69a54
fracturehill
noreply at scummvm.org
Tue May 7 16:23:57 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4a6cd7f0be NANCY: Add nancy7 detection entry
Commit: 4a6cd7f0beb7eb775b6e8c2c1bc1a509f6a69a54
https://github.com/scummvm/scummvm/commit/4a6cd7f0beb7eb775b6e8c2c1bc1a509f6a69a54
Author: Kaloyan Chehlarski (strahy at outlook.com)
Date: 2024-05-07T18:23:41+02:00
Commit Message:
NANCY: Add nancy7 detection entry
Provided by user ModiTorsen on the bugtracker.
Fixes #15088
Changed paths:
engines/nancy/detection.cpp
diff --git a/engines/nancy/detection.cpp b/engines/nancy/detection.cpp
index 25cd15c2ae2..04f52f52ea3 100644
--- a/engines/nancy/detection.cpp
+++ b/engines/nancy/detection.cpp
@@ -554,6 +554,23 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
},
Nancy::kGameTypeNancy7
},
+ {
+ {
+ "nancy7", nullptr,
+ {
+ { "data1.hdr", 0, "5a46f9e4ca159c86081b6c72020be14a", 335873 },
+ { "data1.cab", 0, "09af417c0e8d8456596b6240a4fe7e64", 4693602 },
+ { "data2.cab", 0, "8bc09053961e51f7d0a0b2cac9ccecee", 144617595 },
+ { "is:data1.cab:ciftree.dat", 0, "A:e49e6f56a47c363e2651bd19a70ff557", 55835579 },
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+ NANCY6_7_GUIOPTIONS
+ },
+ Nancy::kGameTypeNancy7
+ },
{ // MD5 by fracturehill
{
"nancy7", nullptr,
More information about the Scummvm-git-logs
mailing list