[Scummvm-git-logs] scummvm master -> dab3b91541752b5b8db405add0c1e21066cd926a

criezy noreply at scummvm.org
Tue Dec 12 00:09:02 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:
dab3b91541 AGS: Add detection for new GOG mac version of Primordia


Commit: dab3b91541752b5b8db405add0c1e21066cd926a
    https://github.com/scummvm/scummvm/commit/dab3b91541752b5b8db405add0c1e21066cd926a
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2023-12-12T00:08:17Z

Commit Message:
AGS: Add detection for new GOG mac version of Primordia

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index f5ccb61f16c..ea988a47225 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4273,6 +4273,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY_GOG("primordia", "ac2game.dat", "7755b4df8706de91f31ddeee98bd20e9", 976475347), // Mac v2.7a
 	GAME_ENTRY_GOG("primordia", "ac2game.dat", "7755b4df8706de91f31ddeee98bd20e9", 976476198), // Mac v3
 	GAME_ENTRY_GOG("primordia", "ac2game.dat", "fe4f46407ac736cf0e6badf96cef4ee5", 977991488), // Mac v3.0a
+	GAME_ENTRY_GOG("primordia", "ac2game.dat", "fe4f46407ac736cf0e6badf96cef4ee5", 866341456), // Mac v3.5a
 	GAME_ENTRY_STEAM("primordia", "primordia.exe", "f2edc9c3161f1f538df9b4c59fc89e24", 978377182),
 	GAME_ENTRY_STEAM("primordia", "primordia.exe", "8f717a5a14ceda815292ce4065348afb", 979602678),  // with Ita translation
 	GAME_ENTRY_STEAM("primordia", "primordia.exe", "8f717a5a14ceda815292ce4065348afb", 979603766),




More information about the Scummvm-git-logs mailing list