diff options
-rw-r--r-- | engines/mohawk/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 04fec52dea..7e7e03721f 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -2034,6 +2034,22 @@ static const MohawkGameDescription gameDescriptions[] = { "BIRTHDAY.EXE" }, + // From Maikel-Nait in bug Trac #10705 + { + { + "arthurbday", + "", + AD_ENTRY1("BIRTHDAY.512", "fd0c7b73b9f40400e145efd06240b84b"), + Common::ES_ESP, + Common::kPlatformWindows, + ADGF_ADDENGLISH, + GUIO1(GUIO_NOASPECT) + }, + GType_LIVINGBOOKSV1, + 0, + "BIRTHDAY.EXE" + }, + // From aluff in bug#3309936 { { |