[Scummvm-git-logs] scummvm master -> fcfee8a6fdbfc1d5e2001e18716cce78b3337fca
dreammaster
noreply at scummvm.org
Fri Jan 20 02:40:47 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
fcfee8a6fd GLK: GLULX: Added detection entry
Commit: fcfee8a6fdbfc1d5e2001e18716cce78b3337fca
https://github.com/scummvm/scummvm/commit/fcfee8a6fdbfc1d5e2001e18716cce78b3337fca
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2023-01-19T18:40:28-08:00
Commit Message:
GLK: GLULX: Added detection entry
Changed paths:
engines/glk/glulx/detection_tables.h
diff --git a/engines/glk/glulx/detection_tables.h b/engines/glk/glulx/detection_tables.h
index ca9b04c8ea7..a251f99d2b2 100644
--- a/engines/glk/glulx/detection_tables.h
+++ b/engines/glk/glulx/detection_tables.h
@@ -47,6 +47,7 @@ const PlainGameDescriptor GLULXE_GAME_LIST[] = {
{ "alongdrink", "A Long Drink" },
{ "anatidaephobia", "A N A T I D A E P H O B I A" },
{ "anchorheaddemo", "Anchorhead: Special Edition Demo" },
+ { "anchorhead", "Anchorhead" },
{ "andelmanyard", "Andelmans' Yard" },
{ "andromeda1983", "Andromeda 1983" },
{ "andromedaapocalypseext", "Andromeda Apocalypse (Extended Edition)" },
@@ -499,6 +500,7 @@ const GlkDetectionEntry GLULXE_GAMES[] = {
DT_ENTRY1("alongdrink", "150214", "8120604cd0cb566897fdb0f2786f4b43", 2164954),
DT_ENTRY1("anatidaephobia", "170121", "a651c03db50e624fc8da5679ac731b53", 786902),
DT_ENTRY1("anchorheaddemo", "070202", "f2e60c4c3aad4c6a2b18d4d20040ed76", 635974),
+ DT_ENTRY0("anchorhead", "8913be5c1feeca879111c356daf87291", 18634158),
DT_ENTRY1("andelmanyard", "r1/221124", "b965b85c050000f2c32c7822e1aa3d84", 1110132),
DT_ENTRY0("andromeda1983", "dcb44d52f383a4ae813145630202d49c", 9580734),
DT_ENTRY0("andromedaapocalypseext", "c740f7c85f5d673e0fb6b216e0433332", 7464444),
More information about the Scummvm-git-logs
mailing list