diff options
| -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 }  };  | 
