[Scummvm-git-logs] scummvm master -> 5ee2cb94cdc292ddd5162788efe59d77090e1547
criezy
criezy at scummvm.org
Wed Aug 4 23:25:49 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:
5ee2cb94cd AGS: Add detection for KQ3 VGA mac version
Commit: 5ee2cb94cdc292ddd5162788efe59d77090e1547
https://github.com/scummvm/scummvm/commit/5ee2cb94cdc292ddd5162788efe59d77090e1547
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-08-05T00:25:39+01:00
Commit Message:
AGS: Add detection for KQ3 VGA mac version
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index bfd4c147ea..0dcb9898ff 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -1869,6 +1869,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
// Infamous Adventures games. Likewise
GAME_ENTRY("kq3vga", "kq3.exe", "f120690b506dd63cd7d1112ea6af2f77", 4844298), // 1.0 was kq3agdi
GAME_ENTRY("kq3vga", "KQ3.exe", "f120690b506dd63cd7d1112ea6af2f77", 5883843), // current version from the download site
+ GAME_ENTRY("kq3vga", "ac2game.dat", "f120690b506dd63cd7d1112ea6af2f77", 5883843), // current mac version from the download site
GAME_ENTRY("sq2fg", "sq2fg.exe", "a524cbb1c51589903c4043b98917f1d9", 5329030),
GAME_ENTRY("sq2vga", "sq2vga.exe", "bdaf20d9779c01986d6d8b7e1d6118ee", 106094482), // 1.0
GAME_ENTRY("sq2vga", "sq2vga.exe", "bdaf20d9779c01986d6d8b7e1d6118ee", 117200044), // 1.1
More information about the Scummvm-git-logs
mailing list