diff options
author | Torbjörn Andersson | 2013-02-15 18:34:06 +0100 |
---|---|---|
committer | Torbjörn Andersson | 2013-02-15 18:34:06 +0100 |
commit | 53beb9a26ca737873e01acfa820ef683e6f1e3e8 (patch) | |
tree | 004f9e8eff0f996177d6d473278612ecabb134cf | |
parent | bb3285d933419b6bdefadc55a6e320855ff0dd27 (diff) | |
download | scummvm-rg350-53beb9a26ca737873e01acfa820ef683e6f1e3e8.tar.gz scummvm-rg350-53beb9a26ca737873e01acfa820ef683e6f1e3e8.tar.bz2 scummvm-rg350-53beb9a26ca737873e01acfa820ef683e6f1e3e8.zip |
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.
-rw-r--r-- | engines/hopkins/detection_tables.h | 17 |
1 files changed, 17 insertions, 0 deletions
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 } }; |