diff options
author | sylvaintv | 2013-04-07 23:48:19 +0200 |
---|---|---|
committer | sylvaintv | 2013-04-07 23:48:19 +0200 |
commit | 9e44cd664166ff67cedd3f75e0973ad01ec6c236 (patch) | |
tree | d57cca526c08d2a1c5f629f9c17c7021200e1a9d /engines | |
parent | e08ddf70b2c7a1cef13e9db39735a58902caa2ae (diff) | |
download | scummvm-rg350-9e44cd664166ff67cedd3f75e0973ad01ec6c236.tar.gz scummvm-rg350-9e44cd664166ff67cedd3f75e0973ad01ec6c236.tar.bz2 scummvm-rg350-9e44cd664166ff67cedd3f75e0973ad01ec6c236.zip |
HOPKINS: Add French Win95 version detection
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hopkins/detection_tables.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h index 050bc82e6e..e1937372d2 100644 --- a/engines/hopkins/detection_tables.h +++ b/engines/hopkins/detection_tables.h @@ -219,8 +219,28 @@ static const HopkinsGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, GUIO1(GUIO_NONE) }, + + }, + + { + // Hopkins FBI Win32, French uninstalled, provided by SylvainTV + { + "hopkins", + 0, + { + {"Hopkins.exe", 0, "277a5c144bf9ec7d8450ae37afb85090", 419281}, + {"RES_VFR.RES", 0, "b8a3849063c9eeefe80e82cfce1ad3cd", 39269361}, + AD_LISTEND + }, + Common::FR_FRA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + { AD_TABLE_END_MARKER } }; |