[Scummvm-git-logs] scummvm master -> 40003800121fafd01f86183f868f6b48b4e432bf

dreammaster paulfgilbert at gmail.com
Wed Aug 26 03:04:22 UTC 2020


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:
4000380012 GLK: MAGNETIC: Add Jinxter detection


Commit: 40003800121fafd01f86183f868f6b48b4e432bf
    https://github.com/scummvm/scummvm/commit/40003800121fafd01f86183f868f6b48b4e432bf
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-08-25T19:55:27-07:00

Commit Message:
GLK: MAGNETIC: Add Jinxter detection

Changed paths:
    engines/glk/magnetic/detection_tables.h


diff --git a/engines/glk/magnetic/detection_tables.h b/engines/glk/magnetic/detection_tables.h
index c0952d803d..a0ab3374fd 100644
--- a/engines/glk/magnetic/detection_tables.h
+++ b/engines/glk/magnetic/detection_tables.h
@@ -33,6 +33,7 @@ const PlainGameDescriptor MAGNETIC_GAME_LIST[] = {
 	{ "corruption", "Corruption" },
 	{ "fish", "Fish!" },
 	{ "guild", "The Guild of Thieves" },
+	{ "jinxter", "Jinxter" },
 	{ "myth", "Myth" },
 	{ "pawn", "the Pawn" },
 	{ "wonderland", "Wonderland" },
@@ -47,6 +48,7 @@ const GlkDetectionEntry MAGNETIC_GAMES[] = {
 	DT_ENTRY1("fish", "Collection", "cfe333306597d36c8aa3fc64f6be94ba", 172517),
 	DT_ENTRY0("guild", "bab78740d39ee5e058faf4912fdbf33d", 130858),
 	DT_ENTRY1("guild", "Collection", "36af907a4ec9db909148f308287586f1", 141766),
+	DT_ENTRY0("jinxter", "998cf5c49a67409bd344e59307a5213e", 156458),
 	DT_ENTRY0("myth", "9c2a5272a9c0b1e173401ba4df32567a", 99370),
 	DT_ENTRY0("pawn", "4a7847980f9e942acd7aa51ea12a6586", 103466),
 	DT_ENTRY0("wonderland", "2cea8fccf42d570be8836416c2802613", 183916),




More information about the Scummvm-git-logs mailing list