Skip to content

Commit

Permalink
WINTERMUTE: Add detection for James Peris: No License Nor Control (demo)
Browse files Browse the repository at this point in the history
  • Loading branch information
somaen committed Jun 18, 2013
1 parent 8c31fa9 commit 7ffaa39
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions engines/wintermute/detection_tables.h
Expand Up @@ -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"},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 7ffaa39

Please sign in to comment.