diff options
author | Colin Snover | 2017-07-24 00:58:34 -0500 |
---|---|---|
committer | Colin Snover | 2017-07-24 19:36:39 -0500 |
commit | ad8be1e506a4145f6c33a10f90c921253177621a (patch) | |
tree | 1201d43fe271fa706f8c635b74633cf5cd14a201 | |
parent | 97f7308da3216c3e2c9a520573be2fc75639465f (diff) | |
download | scummvm-rg350-ad8be1e506a4145f6c33a10f90c921253177621a.tar.gz scummvm-rg350-ad8be1e506a4145f6c33a10f90c921253177621a.tar.bz2 scummvm-rg350-ad8be1e506a4145f6c33a10f90c921253177621a.zip |
SCI32: Promote MGDX to ADGF_TESTING
-rw-r--r-- | engines/sci/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index e7ea7d0f2d..3650de55c9 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2949,7 +2949,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.map", 0, "5159a1578c4306bfe070a3e4d8c2e1d3", 4741}, {"resource.000", 0, "1926925c95d82f0999590e93b02887c5", 15150768}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformWindows, ADGF_CD | ADGF_UNSTABLE, GUIO_MOTHERGOOSEHIRES }, + Common::EN_ANY, Common::kPlatformWindows, ADGF_CD | ADGF_TESTING, GUIO_MOTHERGOOSEHIRES }, // Mixed-Up Mother Goose Deluxe - Multilingual Windows CD (EN/FR/DE/ES) // Executable scanning reports "2.100.002" @@ -2957,7 +2957,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resmap.000", 0, "ef611af561898dcfea87846919ebf3eb", 4969}, {"ressci.000", 0, "227685bc59d90821978d330713e44a7a", 17205800}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformWindows, ADGF_CD | ADGF_UNSTABLE, GUIO_MOTHERGOOSEHIRES }, + Common::EN_ANY, Common::kPlatformWindows, ADGF_CD | ADGF_TESTING, GUIO_MOTHERGOOSEHIRES }, #undef GUIO_MOTHERGOOSEHIRES |