[Scummvm-git-logs] scummvm branch-2-3 -> fe8adc43076514f7e025da03acb2ce19d388006c
criezy
criezy at scummvm.org
Mon Sep 6 21:14:33 UTC 2021
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:
fe8adc4307 CINE: Add detection for French patched FW CD
Commit: fe8adc43076514f7e025da03acb2ce19d388006c
https://github.com/scummvm/scummvm/commit/fe8adc43076514f7e025da03acb2ce19d388006c
Author: Kari Salminen (kari.salminen at gmail.com)
Date: 2021-09-06T22:14:16+01:00
Commit Message:
CINE: Add detection for French patched FW CD
Add detection for Future Wars CD version with French translation patch
applied.
Closes #12490
Changed paths:
NEWS.md
engines/cine/detection_tables.h
diff --git a/NEWS.md b/NEWS.md
index 379e945c0e..f407a601b1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -60,6 +60,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added option to use Text To Speech for Sfinx.
Cine:
+ - Added detection for Future Wars CD version with French translation patch.
- Added detection for Italian Amiga Operation Stealth.
- Fixed crash before entering secret base.
- Fixed space missing in verb line.
diff --git a/engines/cine/detection_tables.h b/engines/cine/detection_tables.h
index c7e34a927d..365b9bb20a 100644
--- a/engines/cine/detection_tables.h
+++ b/engines/cine/detection_tables.h
@@ -57,6 +57,23 @@ static const CINEGameDescription gameDescriptions[] = {
GF_CD | GF_CRYPTED_BOOT_PRC,
},
+ {
+ // This is the Future Wars CD version
+ // with a French translation patch (#12490).
+ {
+ "fw",
+ "Sony CD version with French translation patch",
+ AD_ENTRY2s("AUTO00.PRC", "4fe1e7930b38e3c63f0f2474d471bf8f", -1,
+ "PART01", "5d1acb97abe9591f9008e00d07add95a", -1),
+ Common::FR_FRA,
+ Common::kPlatformDOS,
+ ADGF_CD,
+ GUIO0()
+ },
+ GType_FW,
+ GF_CD | GF_CRYPTED_BOOT_PRC,
+ },
+
{
// This is the version included in the UK "Classic Collection"
{
More information about the Scummvm-git-logs
mailing list