diff options
author | D G Turner | 2018-11-03 22:39:39 +0000 |
---|---|---|
committer | D G Turner | 2018-11-03 22:40:38 +0000 |
commit | 58bb26938a4c6bacfa4d33fcc4c40cb19f72dd67 (patch) | |
tree | 77c7b51b661608fa312a740c96e7f8ba0658370f /engines/groovie | |
parent | 60365dc0dafa55e276cfca2fe92ff0917f9679ce (diff) | |
download | scummvm-rg350-58bb26938a4c6bacfa4d33fcc4c40cb19f72dd67.tar.gz scummvm-rg350-58bb26938a4c6bacfa4d33fcc4c40cb19f72dd67.tar.bz2 scummvm-rg350-58bb26938a4c6bacfa4d33fcc4c40cb19f72dd67.zip |
GROOVIE: Add Detection Entry for 11th Hour English Windows Variant
This is a 4CD release, with date inside the disk.1 file of August 14th
1995.
Diffstat (limited to 'engines/groovie')
-rw-r--r-- | engines/groovie/detection.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index b12e264a57..17e0569342 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -140,6 +140,17 @@ static const GroovieGameDescription gameDescriptions[] = { kGroovieV2, 1 }, + // The 11th Hour Windows English + { + { + "11h", "", + AD_ENTRY1s("disk.1", "4c1d0549f544f052fba2b7a9aebd1077", 220), + Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, + GUIO4(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT) + }, + kGroovieV2, 1 + }, + // The 11th Hour Macintosh English { { |