CINE: Add detection for French patched FW CD

Add detection for Future Wars CD version with French translation patch
applied.

Closes #12490
This commit is contained in:
Kari Salminen 2021-09-05 17:49:14 +03:00 committed by Thierry Crozat
parent de35138f3e
commit 5a46547b7e
2 changed files with 18 additions and 0 deletions

View File

@ -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.

View File

@ -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"
{