Skip to content

Commit

Permalink
HOPKINS: Re-add detection for Full Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Nov 13, 2012
1 parent 5f21d3d commit 322e027
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions engines/hopkins/detection_tables.h
Expand Up @@ -100,6 +100,21 @@ static const HopkinsGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
},
{
// Hopkins FBI Linux, provided by Strangerke
{
"hopkins",
0,
{
{"Hopkins.bin", 0, "71611380cb31744bf909b8319a65e6e6", 275844},
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformLinux,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
},
{ AD_TABLE_END_MARKER }
};

Expand Down

0 comments on commit 322e027

Please sign in to comment.