mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
DIRECTOR: Add detection for Meet Mediaband
This commit is contained in:
parent
6e6f1b1d04
commit
84866d6f41
@ -78,6 +78,7 @@ static const PlainGameDescriptor directorGames[] = {
|
||||
{ "jewels", "Jewels of the Oracle" },
|
||||
{ "jman", "The Journeyman Project" },
|
||||
{ "majestic", "Majestic Part I: Alien Encounter" },
|
||||
{ "mediaband", "Meet Mediaband" },
|
||||
{ "melements", "Masters of the Elements" },
|
||||
{ "spyclub", "Spy Club" },
|
||||
{ "amber", "AMBER: Journeys Beyond"},
|
||||
|
@ -291,6 +291,20 @@ static const DirectorGameDescription gameDescriptions[] = {
|
||||
4
|
||||
},
|
||||
|
||||
{ // Meet Mediaband
|
||||
{
|
||||
"mediaband",
|
||||
"",
|
||||
AD_ENTRY1s("MEDIABND.EXE", "0cfb9b4762e33ab56d656a0eb146a048", 717921),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_NO_FLAGS,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_GENERIC,
|
||||
4
|
||||
},
|
||||
|
||||
{
|
||||
{
|
||||
// Masters of the Elements - English (from rootfather)
|
||||
|
@ -84,6 +84,7 @@ DirectorEngine::DirectorEngine(OSystem *syst, const DirectorGameDescription *gam
|
||||
const Common::FSNode gameDataDir(ConfMan.get("path"));
|
||||
SearchMan.addSubDirectoryMatching(gameDataDir, "data");
|
||||
SearchMan.addSubDirectoryMatching(gameDataDir, "install");
|
||||
SearchMan.addSubDirectoryMatching(gameDataDir, "main"); // Meet Mediaband
|
||||
|
||||
_colorDepth = 8; // 256-color
|
||||
_key = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user