mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 04:43:26 +00:00
DIRECTOR: Add detection for "Masters of the Elements"
Currently, only the German Windows and Mac release are detected.
This commit is contained in:
parent
fc4f6087ac
commit
b621fd7762
@ -71,6 +71,7 @@ static const PlainGameDescriptor directorGames[] = {
|
||||
{ "jewels", "Jewels of the Oracle" },
|
||||
{ "jman", "The Journeyman Project" },
|
||||
{ "majestic", "Majestic Part I: Alien Encounter" },
|
||||
{ "melements", "Masters of the Elements" },
|
||||
{ "spyclub", "Spy Club" },
|
||||
{ "amber", "AMBER: Journeys Beyond"},
|
||||
{ "vvvampire", "Victor Vector & Yondo: The Vampire's Coffin"},
|
||||
|
@ -196,6 +196,44 @@ static const DirectorGameDescription gameDescriptions[] = {
|
||||
4
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
// Masters of the Elements - German (from rootfather)
|
||||
// Released in Germany as "Meister Zufall und die Herrscher der Elemente"
|
||||
// Developed by IJsfontein, published by Tivola
|
||||
// File version of MVM.EXE is 6.0.2.32
|
||||
// The game disc is a hybrid CD-ROM containing both the Windows and the Macintosh release.
|
||||
|
||||
"melements",
|
||||
"",
|
||||
AD_ENTRY1("MVM.EXE", "518a98696fe1122e08410b0f157f21bf"),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_GENERIC,
|
||||
5
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
// Masters of the Elements - German (from rootfather)
|
||||
// Released in Germany as "Meister Zufall und die Herrscher der Elemente"
|
||||
// Released on the same CD-ROM as the Windows release.
|
||||
|
||||
"melements",
|
||||
"",
|
||||
AD_ENTRY1("Meister Zufall", "65063397536553c4f6ff2a6c07194bf7"),
|
||||
Common::DE_DEU,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_GENERIC,
|
||||
5
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
"spyclub",
|
||||
|
Loading…
x
Reference in New Issue
Block a user