diff options
author | Einar Johan Trøan Sømåen | 2013-07-31 16:02:38 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2013-07-31 16:02:38 +0200 |
commit | 58855dd37f94d58b2a1dad810b52bc4394bfc5ab (patch) | |
tree | 4416fdc2d0d848f1ca1a1aae8b91ac8cf45bb579 /engines | |
parent | 1809cc567303651dd3acd54d64f0e7c33a2651df (diff) | |
download | scummvm-rg350-58855dd37f94d58b2a1dad810b52bc4394bfc5ab.tar.gz scummvm-rg350-58855dd37f94d58b2a1dad810b52bc4394bfc5ab.tar.bz2 scummvm-rg350-58855dd37f94d58b2a1dad810b52bc4394bfc5ab.zip |
WINTERMUTE: Add detection for James Peris (Full Version)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/detection_tables.h | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 1dff3622ec..3d9afe7c97 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -297,6 +297,26 @@ static const ADGameDescription gameDescriptions[] = { // James Peris: No License Nor Control (English) { "jamesperis", + "", + AD_ENTRY1s("data.dcp", "a420961e170cb7d168a0d2bae2fe5218", 225294032), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // James Peris: No License Nor Control (Spanish) + { + "jamesperis", + "", + AD_ENTRY1s("data.dcp", "a420961e170cb7d168a0d2bae2fe5218", 225294032), + Common::ES_ESP, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + // James Peris: No License Nor Control (Demo) (English) + { + "jamesperis", "Demo", AD_ENTRY1s("data.dcp", "edb9f9c7a08993c1e28f4e477b5f9830", 116113507), Common::EN_ANY, @@ -305,7 +325,7 @@ static const ADGameDescription gameDescriptions[] = { ADGF_DEMO, GUIO0() }, - // James Peris: No License Nor Control (Spanish) + // James Peris: No License Nor Control (Demo) (Spanish) { "jamesperis", "Demo", |