Skip to content

Commit

Permalink
SCI: Add Detection Entry for Hoyles Classic Games for Laptops.
Browse files Browse the repository at this point in the history
This is basically Hoyle 5, but may be missing the main menu so might
require separate entries for each game i.e. cfg files.

This is from bug Trac #10676.
  • Loading branch information
digitall committed Oct 8, 2018
1 parent 9dde40c commit f0ae36e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions engines/sci/detection_tables.h
Expand Up @@ -1191,6 +1191,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND}, AD_LISTEND},
Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_DROPPLATFORM, GUIO_HOYLE5 }, Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_DROPPLATFORM, GUIO_HOYLE5 },


// Hoyle 5 (Hoyle Classic Games for Laptops) - Windows
// SCI 2.100.002
// Reported by misterhands in bug Trac #10676
{"hoyle5", "", {
{"ressci.000", 0, "ca50cf09f80a5f982a965afea852cc42", 3278849},
{"resmap.000", 0, "d5eef6f2529313e950c4d78251a95b1e", 4213},
AD_LISTEND},
Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE | ADGF_DROPPLATFORM, GUIO_HOYLE5 },

// Hoyle Bridge - Windows // Hoyle Bridge - Windows
{"hoyle5bridge", "", { {"hoyle5bridge", "", {
{"resource.aud", 0, "cc4a7e21dc864ae21cf823e893c279ad", 257585548}, {"resource.aud", 0, "cc4a7e21dc864ae21cf823e893c279ad", 257585548},
Expand Down

0 comments on commit f0ae36e

Please sign in to comment.