[Scummvm-git-logs] scummvm master -> 5a46547b7e6581694c778c81771a39303adae3d5
criezy
criezy at scummvm.org
Mon Sep 6 21:13:26 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:
5a46547b7e CINE: Add detection for French patched FW CD
Commit: 5a46547b7e6581694c778c81771a39303adae3d5
https://github.com/scummvm/scummvm/commit/5a46547b7e6581694c778c81771a39303adae3d5
Author: Kari Salminen (kari.salminen at gmail.com)
Date: 2021-09-06T22:13:24+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 e722bf6b4c..97e8ec1187 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -68,6 +68,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