From 991f999069219d45efec8f8df3ac791fa19f4ffd Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 7 Jan 2013 20:32:08 +0100 Subject: HOPKINS: Add detection for Hopkins Spanish --- engines/hopkins/detection_tables.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'engines') 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 @@ -105,6 +105,22 @@ static const HopkinsGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, }, + { + // 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 { -- cgit v1.2.3