diff options
author | Strangerke | 2012-12-05 01:15:59 +0100 |
---|---|---|
committer | Strangerke | 2012-12-05 01:15:59 +0100 |
commit | 13cb37defca1adb315919b00c53061f1d2226873 (patch) | |
tree | 766e01e827c1358dd54cfecc8f7639fa57cdc556 /engines | |
parent | 1665340fca244d2f0e8e08e0d8426f3b3bf37f79 (diff) | |
download | scummvm-rg350-13cb37defca1adb315919b00c53061f1d2226873.tar.gz scummvm-rg350-13cb37defca1adb315919b00c53061f1d2226873.tar.bz2 scummvm-rg350-13cb37defca1adb315919b00c53061f1d2226873.zip |
HOPKINS: Add detection for Polish demo
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 50152cfb4c..ffb1164ed4 100644 --- a/engines/hopkins/detection_tables.h +++ b/engines/hopkins/detection_tables.h @@ -90,6 +90,22 @@ static const HopkinsGameDescription gameDescriptions[] = { }, }, { + // Hopkins FBI Win95 Polish Demo, provided by Strangerke + { + "hopkins", + "Win95 Demo", + { + {"Hopkins.exe", 0, "7595c0b9374739b212ee9f8f412ac716", 307200}, + {"RES_VAN.RES", 0, "8262cfba261c200af4451902689dffe0", 12233202}, + AD_LISTEND + }, + Common::PL_POL, + Common::kPlatformWindows, + ADGF_DEMO, + GUIO1(GUIO_NONE) + }, + }, + { // Hopkins FBI Win95, provided by Strangerke { "hopkins", |