Merge pull request #83 from usineur/master
EMI: German PC and PS2 EMI detection
This commit is contained in:
commit
05af19b447
1 changed files with 28 additions and 0 deletions
|
@ -171,6 +171,20 @@ static const GrimGameDescription gameDescriptions[] = {
|
|||
0,
|
||||
GType_MONKEY4
|
||||
},
|
||||
{
|
||||
// Escape from Monkey Island German
|
||||
{
|
||||
"monkey4",
|
||||
"",
|
||||
AD_ENTRY1s("voiceAll.m4b", "63b4724afc9d94a5aa71b46e6b1b7551", 19999850),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO_NONE
|
||||
},
|
||||
0,
|
||||
GType_MONKEY4
|
||||
},
|
||||
{
|
||||
// Escape from Monkey Island Italian
|
||||
{
|
||||
|
@ -227,6 +241,20 @@ static const GrimGameDescription gameDescriptions[] = {
|
|||
0,
|
||||
GType_MONKEY4
|
||||
},
|
||||
{
|
||||
// Escape from Monkey Island German PS2
|
||||
{
|
||||
"monkey4",
|
||||
"",
|
||||
AD_ENTRY1s("voiceAll.m4b", "6bdd08f3f313765c610fbbe39d18797f", 17262912),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformPS2,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO_NONE
|
||||
},
|
||||
0,
|
||||
GType_MONKEY4
|
||||
},
|
||||
{
|
||||
// Escape from Monkey Island Italian PS2
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue