[Scummvm-git-logs] scummvm master -> 6b37d7ac2750299b970f3c23a3a23c300452de64
tag2015
noreply at scummvm.org
Thu May 9 12:17:47 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:
6b37d7ac27 ICB: Add detection entry for French version
Commit: 6b37d7ac2750299b970f3c23a3a23c300452de64
https://github.com/scummvm/scummvm/commit/6b37d7ac2750299b970f3c23a3a23c300452de64
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-05-09T14:17:16+02:00
Commit Message:
ICB: Add detection entry for French version
Fix #15118
Changed paths:
engines/icb/detection.cpp
diff --git a/engines/icb/detection.cpp b/engines/icb/detection.cpp
index b87e8258340..542d901e86a 100644
--- a/engines/icb/detection.cpp
+++ b/engines/icb/detection.cpp
@@ -77,6 +77,21 @@ static const IcbGameDescription gameDescriptions[] = {
GType_ICB
},
+ {
+ {
+ // In Cold Blood (De Sang Froid)
+ // French 3 CD version
+ "icb",
+ "",
+ AD_ENTRY2s("g/speech.clu", "5dfeb58bd1974e8a36d532c7c0002a49", 7872320, "g/g", "167c680f29d3ac160fd2e9f4a2591bf7", 67060),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
+ GType_ICB
+ },
+
{
{
// In Cold Blood
More information about the Scummvm-git-logs
mailing list