diff options
Diffstat (limited to 'engines/director/detection_tables.h')
-rw-r--r-- | engines/director/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 2425ebb1e6..8ca09a45f6 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -33,6 +33,7 @@ namespace Director { #define WINDEMO(t,e,f,m,s,v) GENGAME_(t,e,f,m,s,Common::EN_ANY,Common::kPlatformWindows,ADGF_DEMO,v) static const DirectorGameDescription gameDescriptions[] = { + // Execute all *.lingo files in game directory { { "directortest", @@ -47,6 +48,21 @@ static const DirectorGameDescription gameDescriptions[] = { 4 }, + // Executa all movies in directory + { + { + "directortest-all", + "", + AD_ENTRY1("lingotests-all", 0), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GID_TESTALL, + 4 + }, + // Generic D3 Mac entry MACGAME("director", "", "D3-mac", 0, -1, 3), // Generic D4 Mac entry |