GRIM: Add detection and md5-check for french demo
This commit is contained in:
parent
2e65f7f48b
commit
08384af329
2 changed files with 30 additions and 1 deletions
|
@ -255,12 +255,32 @@ static const GrimGameDescription gameDescriptions[] = {
|
|||
},
|
||||
GType_GRIM
|
||||
},
|
||||
{
|
||||
// Grim Fandango French demo version
|
||||
{
|
||||
"grim",
|
||||
"Demo",
|
||||
{
|
||||
{"gfdemo01.lab", 0, "7df813f3809f2c0234213cfa4f6da062", 29533695},
|
||||
{"voice001.lab", 0, "7df474e03c23692ed02e4ce45f1a6b30", 13764168},
|
||||
},
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_DEMO,
|
||||
GUIO1(GAMEOPTION_LOAD_DATAUSR)
|
||||
},
|
||||
GType_GRIM
|
||||
},
|
||||
|
||||
{
|
||||
// Grim Fandango German demo version
|
||||
{
|
||||
"grim",
|
||||
"Demo",
|
||||
AD_ENTRY1s("gfdemo01.lab", "7df813f3809f2c0234213cfa4f6da062", 29533695),
|
||||
{
|
||||
{"gfdemo01.lab", 0, "7df813f3809f2c0234213cfa4f6da062", 29533695},
|
||||
{"voice001.lab", 0, "2788dc7fd226787f3a68ac9c853d2580", 16561196},
|
||||
},
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_DEMO,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue