mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 04:43:26 +00:00
DIRECTOR: Added D4 generic target
This commit is contained in:
parent
047e0b9f84
commit
af783c73e7
@ -40,11 +40,11 @@ static const DirectorGameDescription gameDescriptions[] = {
|
||||
3
|
||||
},
|
||||
|
||||
{ // Generic D3 entry
|
||||
{ // Generic D3 Mac entry
|
||||
{
|
||||
"director",
|
||||
"",
|
||||
AD_ENTRY1("D3", 0),
|
||||
AD_ENTRY1("D3-mac", 0),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_MACRESFORK,
|
||||
@ -53,6 +53,19 @@ static const DirectorGameDescription gameDescriptions[] = {
|
||||
GID_GENERIC,
|
||||
3
|
||||
},
|
||||
{ // Generic D4 Mac entry
|
||||
{
|
||||
"director",
|
||||
"",
|
||||
AD_ENTRY1("D4-mac", 0),
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformMacintosh,
|
||||
ADGF_MACRESFORK,
|
||||
GUIO1(GUIO_NOASPECT)
|
||||
},
|
||||
GID_GENERIC,
|
||||
4
|
||||
},
|
||||
{
|
||||
{
|
||||
"theapartment",
|
||||
|
Loading…
x
Reference in New Issue
Block a user