diff options
author | D G Turner | 2011-09-24 14:11:56 +0100 |
---|---|---|
committer | D G Turner | 2011-09-24 14:11:56 +0100 |
commit | 3039ea5e5e58ee8058f81f3da38de39d377b56cf (patch) | |
tree | 0a800374e8e9c5f1a7d34817c5055058921951fe | |
parent | 3d2b4cc472c613a118a23e70c3e9247154287434 (diff) | |
download | scummvm-rg350-3039ea5e5e58ee8058f81f3da38de39d377b56cf.tar.gz scummvm-rg350-3039ea5e5e58ee8058f81f3da38de39d377b56cf.tar.bz2 scummvm-rg350-3039ea5e5e58ee8058f81f3da38de39d377b56cf.zip |
MOHAWK: Add Detection Entry for LBv3 games from bug #3413119.
These will not start yet, so maybe they should be marked as GF_UNSTABLE?
-rw-r--r-- | engines/mohawk/detection_tables.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index b2c15cc4ed..74b02ac8df 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1605,6 +1605,23 @@ static const MohawkGameDescription gameDescriptions[] = { "Living Books Player" }, + // Arthur Birthday (English) Version 2.0 Windows(R) August 8, 1997 + // From jacecen in bug #3413119 + { + { + "arthurbday", + "", + AD_ENTRY1("Outline", "3b793adf2b303722e0fb6c632f94e1fb"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV3, + 0, + "Living Books Player" + }, + { { "arthurbday", |