[Scummvm-git-logs] scummvm master -> 8812574dc874215341f68a43b6ce419a9f474e61

sev- sev at scummvm.org
Sun Aug 22 22:41:03 UTC 2021


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:
8812574dc8 GLK: GLULX: Added detecion for Italian Beyond. Bugreport #12825


Commit: 8812574dc874215341f68a43b6ce419a9f474e61
    https://github.com/scummvm/scummvm/commit/8812574dc874215341f68a43b6ce419a9f474e61
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-23T00:40:37+02:00

Commit Message:
GLK: GLULX: Added detecion for Italian Beyond. Bugreport #12825

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 21db27539c..d6424f1d99 100644
--- a/engines/glk/glulx/detection_tables.h
+++ b/engines/glk/glulx/detection_tables.h
@@ -839,6 +839,8 @@ const GlkDetectionEntry GLULXE_GAMES[] = {
 
 	// Italian games
 	DT_ENTRYL1("beyondglulx", Common::IT_ITA, "100115", "a0cd0a410cc99aa7ff661129b8ec5de8", 1331582),
+	DT_ENTRYL1("beyondglulx", Common::IT_ITA, "210810", "a89d1095e7fc7c6ca72ffd8c3a6bcc67", 1332118),
+	DT_ENTRYL1("beyondglulx", Common::IT_ITA, "210810", "09912bc978bb88459fa1bb8405f5962a", 353192), // zblorb
 	DT_ENTRYL1("pietradellaluna", Common::IT_ITA, "110106", "8834e0273fc730b8f6dcd38bbba2894d", 1060656),
 	DT_ENTRYL1("mancasolo", Common::IT_ITA, "398874", "de6d58b378dee41d273f7bb3c5da4220", 978440),
 	DT_ENTRYL1("schizo", Common::IT_ITA, "180907", "3531f6066802f53f9b095b5221fac4d2", 6198900),




More information about the Scummvm-git-logs mailing list