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 1e7d7f13ba..b857bf65ba 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -72,6 +72,7 @@ static const PlainGameDescriptor directorGames[] = {  	{ "jman",       "The Journeyman Project" },  	{ "majestic",   "Majestic Part I: Alien Encounter" },  	{ "spyclub",    "Spy Club" }, +	{ "amber",      "AMBER: Journeys Beyond"},  	{ 0, 0 }  }; diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 6b469fac9a..793cc60ae3 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -210,6 +210,20 @@ static const DirectorGameDescription gameDescriptions[] = {  		3  	}, +	{ +		{ +			"amber", +			"", +			AD_ENTRY1("amber_jb.exe", "1a7acbba10a7246ba58c1d53fc7203f5"), +			Common::EN_ANY, +			Common::kPlatformWindows, +			ADGF_NO_FLAGS, +			GUIO1(GUIO_NOASPECT) +		}, +		GID_GENERIC, +		5 +	}, +  	{ AD_TABLE_END_MARKER, GID_GENERIC, 0 }  };  | 
