From 53beb9a26ca737873e01acfa820ef683e6f1e3e8 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 15 Feb 2013 18:34:06 +0100 Subject: HOPKINS: Add detection entry for uninstalled BeOS version 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. --- engines/hopkins/detection_tables.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h index a5a0242402..050bc82e6e 100644 --- a/engines/hopkins/detection_tables.h +++ b/engines/hopkins/detection_tables.h @@ -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 } }; -- cgit v1.2.3