[Scummvm-git-logs] scummvm master -> d0064a8ee570a6635658a9536a8abb79d59f91af
trembyle
noreply at scummvm.org
Fri Feb 18 21:35:34 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d0064a8ee5 GROOVIE: Remove unnecessary detection entries
Commit: d0064a8ee570a6635658a9536a8abb79d59f91af
https://github.com/scummvm/scummvm/commit/d0064a8ee570a6635658a9536a8abb79d59f91af
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2022-02-18T16:34:59-05:00
Commit Message:
GROOVIE: Remove unnecessary detection entries
Making Of and Clandestiny Trailer do not use files from the StuffIt
installer archive and thus do not need separate detection entries.
Changed paths:
engines/groovie/detection.cpp
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index e8ef56ec0b0..48245910bdf 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -253,18 +253,6 @@ static const GroovieGameDescription gameDescriptions[] = {
kGroovieT11H
},
- // The Making of The 11th Hour Macintosh English (Installed)
- {
- {
- "11h", "Making Of (Installed)",
- AD_ENTRY2s("makingof.grv", "12e1e5eef2c7a9536cd12ac800b31408", 994,
- "el01.mov", "70f42dfc25b1488a08011dc45bb5145d", 6039),
- Common::EN_ANY, Common::kPlatformMacintosh, ADGF_TESTING,
- GUIO4(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT)
- },
- kGroovieT11H
- },
-
// Clandestiny Trailer DOS/Windows English
{
{
@@ -289,18 +277,6 @@ static const GroovieGameDescription gameDescriptions[] = {
kGroovieCDY
},
- // Clandestiny Trailer Macintosh English (Installed)
- {
- {
- "clandestiny", "Trailer (Installed)",
- AD_ENTRY2s("trailer.grv", "a7c8bdc4e8bff621f4f50928a95eaaba", 6,
- "el01.mov", "70f42dfc25b1488a08011dc45bb5145d", 6039),
- Common::EN_ANY, Common::kPlatformMacintosh, ADGF_DEMO | ADGF_TESTING,
- GUIO4(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT)
- },
- kGroovieCDY
- },
-
// Clandestiny PC Demo English https://archive.org/details/Clandestiny_demo
{
{
More information about the Scummvm-git-logs
mailing list