[Scummvm-git-logs] scummvm master -> c10e7e12e5fd484a31839a8786f2ebf943d216af

aquadran noreply at scummvm.org
Sun Jul 12 09:25:33 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:
c10e7e12e5 WINTERMUTE: Split uncut version of James Peris 2


Commit: c10e7e12e5fd484a31839a8786f2ebf943d216af
    https://github.com/scummvm/scummvm/commit/c10e7e12e5fd484a31839a8786f2ebf943d216af
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2026-07-12T11:25:19+02:00

Commit Message:
WINTERMUTE: Split uncut version of James Peris 2

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 5401168fde1..7bb6d0611fd 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"},
+	{"jamesperis2uncut","James Peris 2: The Fountain of Eternal Drunkenness (Uncut version)"},
 	{"keshaskazok",     "Кеша в мире сказок"},
 	{"klaymen1",        "Klaymen Episodes: Pilot"},
 	{"knossos",         "K'NOSSOS"},
@@ -1662,12 +1663,12 @@ static const WMEGameDescription gameDescriptions[] = {
 					"audio.dcp", "35ad443ee6a47476010875e81cceadd6", 488107857), Common::ES_ESP, ADGF_UNSTABLE, WME_1_9_3),
 
 	// James Peris 2: The Fountain of Eternal Drunkenness - Uncut (English) (Steam 2023-11-18)
-	WME_WINENTRY("jamesperis2", "Steam",
+	WME_WINENTRY("jamesperis2uncut", "Steam",
 		WME_ENTRY2s("data.dcp", "f9102e99fadc25409ee2ef3040039023", 985240842,
 					"audio.dcp", "69f37a00693f812937dee6836e371d9e", 488048201), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
 
 	// James Peris 2: The Fountain of Eternal Drunkenness - Uncut  (Spanish) (Steam 2023-11-18)
-	WME_WINENTRY("jamesperis2", "Steam",
+	WME_WINENTRY("jamesperis2uncut", "Steam",
 		WME_ENTRY2s("data.dcp", "f9102e99fadc25409ee2ef3040039023", 985240842,
 					"audio.dcp", "69f37a00693f812937dee6836e371d9e", 488048201), Common::ES_ESP, ADGF_UNSTABLE, WME_1_9_3),
 	// Lov Mamuta




More information about the Scummvm-git-logs mailing list