[Scummvm-git-logs] scummvm master -> bb5758693fb801346fa6d4aec1d9e8d1ad7feeca
criezy
noreply at scummvm.org
Fri Mar 18 16:37:12 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:
bb5758693f AGS: Add detection for Zniw Adventure macOS version from GOG
Commit: bb5758693fb801346fa6d4aec1d9e8d1ad7feeca
https://github.com/scummvm/scummvm/commit/bb5758693fb801346fa6d4aec1d9e8d1ad7feeca
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-03-18T16:36:14Z
Commit Message:
AGS: Add detection for Zniw Adventure macOS version from GOG
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index e62659fc3d3..19fd91ff5ce 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -3444,6 +3444,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_STEAM("zniwadventure", "ctgame.exe", "8a2d48ee8d92bad3c5cacd8b883c5871", 100036465),
GAME_ENTRY_STEAM("zniwadventure", "ctgame.exe", "8a2d48ee8d92bad3c5cacd8b883c5871", 100040004),
GAME_ENTRY_GOG("zniwadventure", "ctgame.exe", "8a2d48ee8d92bad3c5cacd8b883c5871", 100046802),
+ GAME_ENTRY_GOG("zniwadventure", "ac2game.dat", "8a2d48ee8d92bad3c5cacd8b883c5871", 100067853), // macOS
GAME_ENTRY("zniwadventure", "ctgame.exe", "8a2d48ee8d92bad3c5cacd8b883c5871", 100010235),
// Commercial Italian games
GAME_ENTRY_LANG("onironauta", "Onironauta.exe", "5c8c0e3edae9b4fad276c136b2b48ce8", 69917110, Common::IT_ITA),
More information about the Scummvm-git-logs
mailing list