Skip to content

Commit

Permalink
HOPKINS: Add detection for Polish demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Dec 5, 2012
1 parent 1665340 commit 13cb37d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions engines/hopkins/detection_tables.h
Expand Up @@ -89,6 +89,22 @@ static const HopkinsGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
},
{
// Hopkins FBI Win95 Polish Demo, provided by Strangerke
{
"hopkins",
"Win95 Demo",
{
{"Hopkins.exe", 0, "7595c0b9374739b212ee9f8f412ac716", 307200},
{"RES_VAN.RES", 0, "8262cfba261c200af4451902689dffe0", 12233202},
AD_LISTEND
},
Common::PL_POL,
Common::kPlatformWindows,
ADGF_DEMO,
GUIO1(GUIO_NONE)
},
},
{
// Hopkins FBI Win95, provided by Strangerke
{
Expand Down

0 comments on commit 13cb37d

Please sign in to comment.