[Scummvm-git-logs] scummvm master -> 9440ad377e69b9a1e6bec2acb307255b9ab187c5
elasota
noreply at scummvm.org
Fri Jun 16 04:07:38 UTC 2023
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:
9440ad377e MTROPOLIS: Add detection for MTI DVD version
Commit: 9440ad377e69b9a1e6bec2acb307255b9ab187c5
https://github.com/scummvm/scummvm/commit/9440ad377e69b9a1e6bec2acb307255b9ab187c5
Author: elasota (ejlasota at gmail.com)
Date: 2023-06-16T00:07:25-04:00
Commit Message:
MTROPOLIS: Add detection for MTI DVD version
Changed paths:
engines/mtropolis/detection_tables.h
diff --git a/engines/mtropolis/detection_tables.h b/engines/mtropolis/detection_tables.h
index 468d80104d3..2d63ea441dc 100644
--- a/engines/mtropolis/detection_tables.h
+++ b/engines/mtropolis/detection_tables.h
@@ -396,7 +396,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
MTBOOT_OBSIDIAN_DEMO_WIN_EN_7,
},
- { // Muppet Treasure Island
+ { // Muppet Treasure Island English Macintosh Retail
{
"mti",
"",
@@ -417,7 +417,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
MTBOOT_MTI_RETAIL_MAC,
},
- { // Muppet Treasure Island
+ { // Muppet Treasure Island English Windows Retail
{
"mti",
"",
@@ -440,6 +440,23 @@ static const MTropolisGameDescription gameDescriptions[] = {
0,
MTBOOT_MTI_RETAIL_WIN,
},
+ { // Muppet Treasure Island English Windows Retail DVD (OEM pack-in)
+ {
+ "mti",
+ "",
+ {
+ {"MTI1.MPL", 0, "caff9457a120dd08a9a089071f3f8645", 28316059},
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_TESTING | ADGF_DVD,
+ GUIO0()
+ },
+ GID_MTI,
+ 0,
+ MTBOOT_MTI_RETAIL_WIN,
+ },
{ // Los Muppets en la Isla del Tesoro (Mexican) [identical to Los Teleñecos en la Isla del Tesoro?]
{
More information about the Scummvm-git-logs
mailing list