diff options
author | Einar Johan Trøan Sømåen | 2013-06-19 00:15:09 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2013-06-19 00:15:33 +0200 |
commit | 7ffaa3936d139a0604ff99c8866e58348938fc38 (patch) | |
tree | 69e267b25ea57a133de6b2594a84fbbb48b7ce56 | |
parent | 8c31fa9cbaf1ede3387416697cf62172ca16fc96 (diff) | |
download | scummvm-rg350-7ffaa3936d139a0604ff99c8866e58348938fc38.tar.gz scummvm-rg350-7ffaa3936d139a0604ff99c8866e58348938fc38.tar.bz2 scummvm-rg350-7ffaa3936d139a0604ff99c8866e58348938fc38.zip |
WINTERMUTE: Add detection for James Peris: No License Nor Control (demo)
-rw-r--r-- | engines/wintermute/detection_tables.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 9f654dc4b7..a4eca5ef41 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -42,6 +42,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"dreamscape", "Dreamscape"}, {"ghostsheet", "Ghost in the Sheet"}, {"hamlet", "Hamlet or the last game without MMORPS features, shaders and product placement"}, + {"jamesperis", "James Peris: No License Nor Control"}, {"julia", "J.U.L.I.A."}, {"mirage", "Mirage"}, {"pigeons", "Pigeons in the Park"}, @@ -291,6 +292,17 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // James Peris: No License Nor Control + { + "jamesperis", + "Demo", + AD_ENTRY1s("data.dcp", "edb9f9c7a08993c1e28f4e477b5f9830", 116113507), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_DEMO, + GUIO0() + }, // J.U.L.I.A. (English) { "julia", |