[Scummvm-git-logs] scummvm master -> 4440b3ca24ab35ca3f86b3ce44a2baf643acb6a7

tag2015 noreply at scummvm.org
Wed Dec 11 15:10:44 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:
4440b3ca24 WINTERMUTE: Add detection for Kesha in the World of Fairy Tales


Commit: 4440b3ca24ab35ca3f86b3ce44a2baf643acb6a7
    https://github.com/scummvm/scummvm/commit/4440b3ca24ab35ca3f86b3ce44a2baf643acb6a7
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-12-11T16:10:17+01:00

Commit Message:
WINTERMUTE: Add detection for Kesha in the World of Fairy Tales

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 9ceb3c22d61..4e73a1b6be2 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -96,6 +96,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"imustkill",       "I Must Kill...: Fresh Meat"},
 	{"jamesperis",      "James Peris: No License Nor Control"},
 	{"jamesperis2",     "James Peris 2: The Fountain of Eternal Drunkenness"},
+	{"keshaskazok",     "Кеша в мире сказок"},
 	{"klaymen1",        "Klaymen Episodes: Pilot"},
 	{"knossos",         "K'NOSSOS"},
 	{"kulivocko",       "Kulivocko"},
@@ -1707,6 +1708,10 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("juliauntold", "GOG.com",
 		WME_ENTRY1s("data.dcp", "b0aefd82647a26425fe3ee21aabb6283", 26462676), Common::EN_ANY, ADGF_UNSTABLE, WME_LITE),
 
+	// Kesha v Mire skazok (Kesha in the World of Fairy Tales)
+	WME_WINENTRY("keshaskazok", "",
+		WME_ENTRY1s("common.dcp", "5161e6aacc79471563f2af4cf1ed1d7c", 31509010), Common::RU_RUS, ADGF_UNSTABLE, WME_1_5_2),
+
 	// Klaymen Episodes: Pilot
 	WME_WINENTRY("klaymen1", "",
 		WME_ENTRY1s("data.dcp", "8a066d13d32567ca88a6918bfa3c01fa", 17086470), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),




More information about the Scummvm-git-logs mailing list