[Scummvm-git-logs] scummvm master -> 5a15ba278c10519d781f3ecbee987fa3691c2e24
eriktorbjorn
noreply at scummvm.org
Thu Jun 2 17:39:38 UTC 2022
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:
5a15ba278c AGS: Add detection entry for Shardlight v2.1
Commit: 5a15ba278c10519d781f3ecbee987fa3691c2e24
https://github.com/scummvm/scummvm/commit/5a15ba278c10519d781f3ecbee987fa3691c2e24
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-06-02T19:39:02+02:00
Commit Message:
AGS: Add detection entry for Shardlight v2.1
Same MD5 as v2.0, but different size.
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 51ce1849d65..98860d2c85f 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -3435,6 +3435,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_STEAM("samaritan", "samaritan.exe", "6a3b669b7d34ec9356a665afe0c2c003", 78438375),
GAME_ENTRY_EN_STEAM("shardlight", "shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642157876), // v1.1
GAME_ENTRY_EN_STEAM("shardlight", "shardlight.exe", "cc447656f408ac32e8443274c3f70c67", 643459667), // v2.0
+ GAME_ENTRY_EN_STEAM("shardlight", "shardlight.exe", "cc447656f408ac32e8443274c3f70c67", 643461648), // v2.1
GAME_ENTRY_EN_GOG("shardlight", "ac2game.dat", "df94d3c1cec961c89894c676b000e7bc", 640346706), // Mac v2.3a
GAME_ENTRY_EN("shardlight", "shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642151325),
GAME_ENTRY_EN("shardlight", "shardlight.exe", "ee801fba52d252249677a9170bd2db96", 642142591),
More information about the Scummvm-git-logs
mailing list