diff options
| author | Matthew Hoops | 2012-11-14 11:14:51 -0500 |
|---|---|---|
| committer | Eugene Sandulenko | 2016-08-03 23:40:36 +0200 |
| commit | a24668ff797675039135c4aeb2b4b78c800abe3e (patch) | |
| tree | a5b9c36e2cfc4dd90c27a243db29f6b9aa88a315 /engines | |
| parent | 50c52ab3fb74f2994e02dbcac5337dfffbefbafd (diff) | |
| download | scummvm-rg350-a24668ff797675039135c4aeb2b4b78c800abe3e.tar.gz scummvm-rg350-a24668ff797675039135c4aeb2b4b78c800abe3e.tar.bz2 scummvm-rg350-a24668ff797675039135c4aeb2b4b78c800abe3e.zip | |
DIRECTOR: Add majestic detection
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/director/detection.cpp | 1 | ||||
| -rw-r--r-- | engines/director/detection_tables.h | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp index 0a7af66a1d..18e60091e7 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -64,6 +64,7 @@ bool DirectorEngine::hasFeature(EngineFeature f) const { static const PlainGameDescriptor directorGames[] = { { "director", "Macromedia Director Game" }, { "gundam0079", "Gundam 0079: The War for Earth" }, + { "majestic", "Majestic Part I: Alien Encounter" }, { 0, 0 } }; diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 7bb2c33dcd..3218635759 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -40,6 +40,20 @@ static const DirectorGameDescription gameDescriptions[] = { 5 }, + { + { + "majestic", + "", + AD_ENTRY1("MAJESTIC.EXE", "624267f70253e5327981003a6fc0aeba"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 4 + }, + { AD_TABLE_END_MARKER, GID_GENERIC, 0 } }; |
