mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
MOHAWK: Detect the French version of Rugrats.
Thanks to Strangerke.
This commit is contained in:
parent
c9e3636863
commit
489a4598a1
@ -1156,7 +1156,7 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
},
|
||||
GType_LIVINGBOOKSV4,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
@ -1171,7 +1171,25 @@ static const MohawkGameDescription gameDescriptions[] = {
|
||||
},
|
||||
GType_LIVINGBOOKSV4,
|
||||
0,
|
||||
0
|
||||
},
|
||||
|
||||
// Rugrats Adventure Game
|
||||
// French Windows
|
||||
// From Strangerke
|
||||
{
|
||||
{
|
||||
"rugrats",
|
||||
"",
|
||||
AD_ENTRY1("outline", "36225e0b4986a80135cfdd9643cc7030"),
|
||||
Common::FR_FRA,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
Common::GUIO_NONE
|
||||
},
|
||||
GType_LIVINGBOOKSV4,
|
||||
0,
|
||||
0
|
||||
},
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user