diff options
author | Strangerke | 2013-05-01 23:57:40 +0200 |
---|---|---|
committer | Strangerke | 2013-05-01 23:57:40 +0200 |
commit | bef4610dcbeeec610f84ad843d49a1fc59cdf4f5 (patch) | |
tree | 5dadbdf6b53a201f3b4b788d174bb8a9debc8229 /engines | |
parent | 7b34c681588ba615368e85da9366c354f73a3800 (diff) | |
download | scummvm-rg350-bef4610dcbeeec610f84ad843d49a1fc59cdf4f5.tar.gz scummvm-rg350-bef4610dcbeeec610f84ad843d49a1fc59cdf4f5.tar.bz2 scummvm-rg350-bef4610dcbeeec610f84ad843d49a1fc59cdf4f5.zip |
HOPKINS: Fix bug #3612406 - New version not detected
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hopkins/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h index e1937372d2..8f0f104cdd 100644 --- a/engines/hopkins/detection_tables.h +++ b/engines/hopkins/detection_tables.h @@ -155,6 +155,22 @@ static const HopkinsGameDescription gameDescriptions[] = { }, }, { + // Hopkins FBI Win95 EN, provided by greencis in bug #3612406 + { + "hopkins", + 0, + { + {"hopkins.exe", 0, "020690049fa1dfcd63a18fdafb139a0e", 421386}, + {"RES_VAN.RES", 0, "f1693ac0b0859c8ecd8cb30ff43cf55f", 38296346}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + { // Hopkins FBI Linux, provided by Strangerke { "hopkins", |