diff options
author | Strangerke | 2013-01-07 20:32:08 +0100 |
---|---|---|
committer | Strangerke | 2013-01-07 20:32:08 +0100 |
commit | 991f999069219d45efec8f8df3ac791fa19f4ffd (patch) | |
tree | 0a18e36f3e02f146d4a7ae6ee8f3f38aa09ce95e /engines | |
parent | 823f99b19f67724128d45ada93a9c23b47fa93ac (diff) | |
download | scummvm-rg350-991f999069219d45efec8f8df3ac791fa19f4ffd.tar.gz scummvm-rg350-991f999069219d45efec8f8df3ac791fa19f4ffd.tar.bz2 scummvm-rg350-991f999069219d45efec8f8df3ac791fa19f4ffd.zip |
HOPKINS: Add detection for Hopkins Spanish
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 5c24935acf..a5a0242402 100644 --- a/engines/hopkins/detection_tables.h +++ b/engines/hopkins/detection_tables.h @@ -106,6 +106,22 @@ static const HopkinsGameDescription gameDescriptions[] = { }, }, { + // Hopkins FBI Win95 Spanish + { + "hopkins", + 0, + { + {"Hopkins.exe", 0, "31c837378bb2e0b2573befea44956d3f", 421386}, + {"RES_VES.RES", 0, "77ee08896466ae88cc1af3bf1a0bf78c", 32882302}, + AD_LISTEND + }, + Common::ES_ESP, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + { // Hopkins FBI Win95, provided by Strangerke { "hopkins", |