Skip to content

Commit

Permalink
HOPKINS: Add detection for Win95 demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Oct 27, 2012
1 parent 46b44b9 commit 2888a38
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions engines/hopkins/detection_tables.h
Expand Up @@ -70,6 +70,21 @@ static const HopkinsGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
},
{
// Hopkins FBI Win95 Demo, provided by Strangerke
{
"hopkins",
0,
{
{"Hopkins.exe", 0, "0c9ebfe371f4dcf84a49f333f04839a0", 376897},
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_DEMO,
GUIO1(GUIO_NONE)
},
},
{
// Hopkins FBI Win95, provided by Strangerke
{
Expand Down

0 comments on commit 2888a38

Please sign in to comment.