From 55d0268a9aaf1cbadef574e1d106844a39bbc06f Mon Sep 17 00:00:00 2001 From: Marco Borrini Date: Sat, 22 Apr 2023 12:07:02 +0200 Subject: [PATCH] GLK: JACL: Add missing entry to the detection table from ifdb.org --- engines/glk/jacl/detection_tables.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/glk/jacl/detection_tables.h b/engines/glk/jacl/detection_tables.h index ff827bbf344..0d5f670beb3 100644 --- a/engines/glk/jacl/detection_tables.h +++ b/engines/glk/jacl/detection_tables.h @@ -27,6 +27,7 @@ namespace Glk { namespace JACL { const PlainGameDescriptor JACL_GAME_LIST[] = { + { "bloodyguns", "The Bloody Guns" }, { "eldor", "The Curse of Eldor" }, // Competition 96 { "prisonbreak", "Prisoner Break" }, { "unholygrail", "The Unholy Grail" }, // Competition 97 @@ -35,6 +36,7 @@ const PlainGameDescriptor JACL_GAME_LIST[] = { }; const GlkDetectionEntry JACL_GAMES[] = { + DT_ENTRY0("bloodyguns", "7c4463e92b1c202f8be485030ef4ace5", 159505), DT_ENTRY1("eldor", "r3/crashing", "c1435d28e7eb577fa58c7456d4fa7009", 168119), DT_ENTRY0("prisonbreak", "e2e85c5e60a63575bf0cd0481f0f3958", 199403), DT_ENTRY1("unholygrail", "original/crashing", "2cf04cb897ba799c17cbeb407be67acb", 456730),