aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStrangerke2012-11-13 18:56:23 +0100
committerStrangerke2012-11-13 18:57:12 +0100
commit322e0278740b0bf4df9b5c737066d9c08eb1b4b9 (patch)
tree073ab30ee734abca293e41c08febb34e1fb10fda
parent5f21d3d00a4b1f821d8fc98e37a31a872d835d08 (diff)
downloadscummvm-rg350-322e0278740b0bf4df9b5c737066d9c08eb1b4b9.tar.gz
scummvm-rg350-322e0278740b0bf4df9b5c737066d9c08eb1b4b9.tar.bz2
scummvm-rg350-322e0278740b0bf4df9b5c737066d9c08eb1b4b9.zip
HOPKINS: Re-add detection for Full Linux
-rw-r--r--engines/hopkins/detection_tables.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h
index 9e1d329f39..873dc956ea 100644
--- a/engines/hopkins/detection_tables.h
+++ b/engines/hopkins/detection_tables.h
@@ -100,6 +100,21 @@ static const HopkinsGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
},
+ {
+ // Hopkins FBI Linux, provided by Strangerke
+ {
+ "hopkins",
+ 0,
+ {
+ {"Hopkins.bin", 0, "71611380cb31744bf909b8319a65e6e6", 275844},
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformLinux,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ },
{ AD_TABLE_END_MARKER }
};