[Scummvm-git-logs] scummvm master -> 824d7d41021cb8aaa54f6638b872915fd380203e
bluegr
noreply at scummvm.org
Sun May 10 16:09:06 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
824d7d4102 NANCY: Add detection for Wii version of nancy16
Commit: 824d7d41021cb8aaa54f6638b872915fd380203e
https://github.com/scummvm/scummvm/commit/824d7d41021cb8aaa54f6638b872915fd380203e
Author: eientei95 (einstein95 at users.noreply.github.com)
Date: 2026-05-10T19:09:01+03:00
Commit Message:
NANCY: Add detection for Wii version of nancy16
Changed paths:
engines/nancy/detection_tables.h
diff --git a/engines/nancy/detection_tables.h b/engines/nancy/detection_tables.h
index c03481c974d..99cc880da41 100644
--- a/engines/nancy/detection_tables.h
+++ b/engines/nancy/detection_tables.h
@@ -814,6 +814,17 @@ static const NancyGameDescription gameDescriptions[] = {
},
kGameTypeNancy16
},
+ { // MD5 by eientei95
+ {
+ "nancy16", nullptr,
+ AD_ENTRY1s("ciftree.dat", "dcc8ab339061dbd855ff158548543dcc", 1257169),
+ Common::EN_ANY,
+ Common::kPlatformWii,
+ ADGF_UNSUPPORTED | ADGF_DROPPLATFORM,
+ NANCY8_GUIOPTIONS
+ },
+ kGameTypeNancy16
+ },
{ // MD5 by bluegr
{
"nancy17", nullptr,
More information about the Scummvm-git-logs
mailing list