diff options
author | Eugene Sandulenko | 2016-10-24 10:23:25 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-10-24 10:56:40 +0200 |
commit | af783c73e77c20655b78313a559f33d47c5950b2 (patch) | |
tree | 2ae169cd940ec8f80153f1b01a227190ea674969 | |
parent | 047e0b9f8407746e7a5cae12d199ecff37398c06 (diff) | |
download | scummvm-rg350-af783c73e77c20655b78313a559f33d47c5950b2.tar.gz scummvm-rg350-af783c73e77c20655b78313a559f33d47c5950b2.tar.bz2 scummvm-rg350-af783c73e77c20655b78313a559f33d47c5950b2.zip |
DIRECTOR: Added D4 generic target
-rw-r--r-- | engines/director/detection_tables.h | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 4b3cfd559c..ae52784f51 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -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", |