diff options
author | Kawa-oneechan | 2019-03-22 19:16:37 +0100 |
---|---|---|
committer | Filippos Karapetis | 2019-03-23 17:03:11 +0200 |
commit | 8dc04ff6d75f33fd6edb97a0833b581748345c83 (patch) | |
tree | 8083cec1ca0e2c331ea872488418e16ed895df77 /engines | |
parent | 43ab746a4519df096d3048b3194e7994c6533943 (diff) | |
download | scummvm-rg350-8dc04ff6d75f33fd6edb97a0833b581748345c83.tar.gz scummvm-rg350-8dc04ff6d75f33fd6edb97a0833b581748345c83.tar.bz2 scummvm-rg350-8dc04ff6d75f33fd6edb97a0833b581748345c83.zip |
SCI: Add detection entry for The Dating Pool 2019 demo
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index c980133905..4bc2ab7573 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -5127,6 +5127,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // The Dating Pool - English DOSBox Interactive Demo + // Itch.IO 2019 release: more bug fixes and polish + { "catdate", "Demo", { + {"resource.000", 0, "094b9d3c841fe60076f06cdef3fb1383", 1555069}, + {"resource.map", 0, "ccaaf19dd3f8cedd99722569dc42f63f", 1393}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // SCI Fanmade Games FANMADE("120 Degrees Below Zero", "57f6135bd073802215c9b97f32d6aea3", 504, "03adf530a34557dfc20f848c9572f4d0", 320749), FANMADE("Al Pond: Island Quest 2", "4cba6a5a4c8f66f21935ed78b0511a92", 870, "876587dc9a5ec569287a3dc4b29139d8", 613769), |