diff options
author | Einar Johan Trøan Sømåen | 2013-07-31 04:23:57 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2013-07-31 04:26:28 +0200 |
commit | f691e005f835fbb9266e5d240296f05cf6ef83d6 (patch) | |
tree | 36ee94dc774006220fe64b34a7cac3531ebbcc5b /engines/wintermute | |
parent | e296ac1d47e3d53e86773fb2876d48b3db2935b4 (diff) | |
download | scummvm-rg350-f691e005f835fbb9266e5d240296f05cf6ef83d6.tar.gz scummvm-rg350-f691e005f835fbb9266e5d240296f05cf6ef83d6.tar.bz2 scummvm-rg350-f691e005f835fbb9266e5d240296f05cf6ef83d6.zip |
WINTERMUTE: Add detection for both english and spanish James Peris Demo.
Diffstat (limited to 'engines/wintermute')
-rw-r--r-- | engines/wintermute/detection_tables.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 7df061c1c6..1dff3622ec 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -294,12 +294,23 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, - // James Peris: No License Nor Control + // James Peris: No License Nor Control (English) { "jamesperis", "Demo", AD_ENTRY1s("data.dcp", "edb9f9c7a08993c1e28f4e477b5f9830", 116113507), - Common::UNK_LANG, // No solution in place to select language + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_DEMO, + GUIO0() + }, + // James Peris: No License Nor Control (Spanish) + { + "jamesperis", + "Demo", + AD_ENTRY1s("data.dcp", "edb9f9c7a08993c1e28f4e477b5f9830", 116113507), + Common::ES_ESP, Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_DEMO, |