[Scummvm-git-logs] scummvm master -> 3c7f90ecff7e16a99049cee36f9ec93ced0c8c8c
eriktorbjorn
noreply at scummvm.org
Sat Sep 16 10:52:54 UTC 2023
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:
3c7f90ecff NANCY: Add MD5 for Nancy 6
Commit: 3c7f90ecff7e16a99049cee36f9ec93ced0c8c8c
https://github.com/scummvm/scummvm/commit/3c7f90ecff7e16a99049cee36f9ec93ced0c8c8c
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2023-09-16T12:51:50+02:00
Commit Message:
NANCY: Add MD5 for Nancy 6
Changed paths:
engines/nancy/detection.cpp
diff --git a/engines/nancy/detection.cpp b/engines/nancy/detection.cpp
index 142082cb096..0f710f6ec00 100644
--- a/engines/nancy/detection.cpp
+++ b/engines/nancy/detection.cpp
@@ -253,7 +253,7 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
},
Nancy::kGameTypeNancy4
},
- { // MD5 by eriktorbjorn
+ { // MD5 by eriktorbjorn
{
"nancy4", nullptr,
{
@@ -356,7 +356,22 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
},
Nancy::kGameTypeNancy6
},
- { AD_TABLE_END_MARKER, Nancy::kGameTypeNone }
+ { // MD5 by eriktorbjorn
+ {
+ "nancy6", nullptr,
+ {
+ { "data1.hdr", 0, "6a45cdf632301ae1b55fd7474bec3650", 298551 },
+ { "data1.cab", 0, "399b83b188bfc05077d81cc1eadd456c", 4470086 },
+ { "data2.cab", 0, "30ca94b596f6b5971a22c111b24d6764", 206382511 },
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+ GUIO0()
+ },
+ Nancy::kGameTypeNancy6
+ }
};
class NancyMetaEngineDetection : public AdvancedMetaEngineDetection {
More information about the Scummvm-git-logs
mailing list