mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 16:58:26 +00:00
SWORD1: Added French version with ADGF_PIRATED flag
We have at least three bugreports on it, #14865, #15089 and #15376, and zero evidence that this is not a downloaded version. Steam version has his file layout, but the videos are of different size and was never changed: https://steamdb.info/depot/57646/history/ Thus, I conclude that this must be a pirated version. And if not, then let's hope someone provides the proofs. But at least, with this detection entry we will stop getting bugreports.
This commit is contained in:
parent
fca2fc4eb6
commit
6814b99b67
@ -191,6 +191,20 @@ static const ADGameDescription gameDescriptions[] = {
|
||||
GUIO2(GAMEOPTION_WINDOWS_AUDIO_MODE, GAMEOPTION_MULTILANGUAGE)
|
||||
},
|
||||
|
||||
{ // This is apparently one of the frankensten versions floating around
|
||||
// See reports #14865, #15089 and #15376
|
||||
"sword1",
|
||||
"",
|
||||
AD_ENTRY4s("scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1087984,
|
||||
"swordres.rif", "c7df52094d590b568a4ed35b70390d9e", 58916,
|
||||
"text.clu", "76f93f5feecc8915435105478f3c6615", 2705446,
|
||||
"smackshi/intro.smk", "d602a28f5f5c583bf9870a23a94a9bc5", 13525168),
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_PIRATED,
|
||||
GUIO2(GAMEOPTION_WINDOWS_AUDIO_MODE, GAMEOPTION_MULTILANGUAGE)
|
||||
},
|
||||
|
||||
{
|
||||
"sword1",
|
||||
"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user