[Scummvm-git-logs] scummvm master -> 8854f6e8729f13160b02a59f916f7b7ffe75d320
fracturehill
noreply at scummvm.org
Mon May 6 10:03:32 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:
8854f6e872 NANCY: Add nancy6 detection entry
Commit: 8854f6e8729f13160b02a59f916f7b7ffe75d320
https://github.com/scummvm/scummvm/commit/8854f6e8729f13160b02a59f916f7b7ffe75d320
Author: Kaloyan Chehlarski (strahy at outlook.com)
Date: 2024-05-06T12:03:14+02:00
Commit Message:
NANCY: Add nancy6 detection entry
Provided by user ModiTorsen on the bugtracker.
Fixes #15087
Changed paths:
engines/nancy/detection.cpp
diff --git a/engines/nancy/detection.cpp b/engines/nancy/detection.cpp
index 7dc711aff66..25cd15c2ae2 100644
--- a/engines/nancy/detection.cpp
+++ b/engines/nancy/detection.cpp
@@ -464,6 +464,23 @@ static const Nancy::NancyGameDescription gameDescriptions[] = {
},
Nancy::kGameTypeNancy6
},
+ {
+ {
+ "nancy6", nullptr,
+ {
+ { "data1.hdr", 0, "9c8b51b33a652b2faeec0d952bd4675a", 298551 },
+ { "data1.cab", 0, "f9aea73829703169a5200c7c9def06b0", 4470086 },
+ { "data2.cab", 0, "6b25be9f6aab19d5f6f95d45b47ea73d", 206382676 },
+ { "is:data1.cab:ciftree.dat", 0, "A:a97b848651fdcf38f5cad7092d98e4a1", 28888006 },
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM | Nancy::GF_COMPRESSED,
+ NANCY6_7_GUIOPTIONS
+ },
+ Nancy::kGameTypeNancy6
+ },
{ // MD5 by fracturehill
{
"nancy6", nullptr,
More information about the Scummvm-git-logs
mailing list