Skip to content

Commit

Permalink
HOPKINS: Add detection entry for uninstalled BeOS version
Browse files Browse the repository at this point in the history
It won't quite detect as it appears on the CD - you need to put the
Hopkins.pkg file in the HOPDATA - and since that file isn't actually
needed we may want to re-think that in the future. But at least it
will make it easier to test this version.
  • Loading branch information
Torbjörn Andersson committed Feb 15, 2013
1 parent bb3285d commit 53beb9a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions engines/hopkins/detection_tables.h
Expand Up @@ -204,6 +204,23 @@ static const HopkinsGameDescription gameDescriptions[] = {
},
},

{
// Hopkins FBI BeOS, uninstalled, provided by eriktorbjorn
{
"hopkins",
0,
{
{"ENG_VOI.RES", 0, "fa5789d1d8c19d160bce44a33e742fdf", 66860711},
{"Hopkins.pkg", 0, "72f97806dd3d5fc0c0eb24196f180618", 285017},
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformBeOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
},

{ AD_TABLE_END_MARKER }
};

Expand Down

0 comments on commit 53beb9a

Please sign in to comment.