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

criezy noreply at scummvm.org
Sun Feb 20 21:07:10 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:
d1219be412 AGS: Add detection for Big Box Limited Edition of Detective Gallo


Commit: d1219be4121aacdf4e97aad01ec02516610e7cce
    https://github.com/scummvm/scummvm/commit/d1219be4121aacdf4e97aad01ec02516610e7cce
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-02-20T21:06:30Z

Commit Message:
AGS: Add detection for Big Box Limited Edition of Detective Gallo

This was provided in bug #13312.

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 4f72969da48..ae510c928a7 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -3110,6 +3110,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY_EN("danewguys2", "jackass.exe", "029aab0fef5e9fff7b95ddf5d79d7718", 23932842), // Humble Store
 	GAME_ENTRY_STEAM("detectivegallo", "dgbuild.exe", "2e0678b5642c64e057022a79742743fb", 90740554),
 	GAME_ENTRY_GOG("detectivegallo", "dgbuild.exe", "2e0678b5642c64e057022a79742743fb", 90740772),
+	GAME_ENTRY("detectivegallo", "dgbuild.exe", "2e0678b5642c64e057022a79742743fb", 90713626), // Big Box Limited Edition DVD
 	GAME_ENTRY_EN("diamondsintherough", "Diamonds.exe", "14c995189266969d538b31d1df451d3f", 180079079),
 	GAME_ENTRY_STEAM("docapocalypse", "doc_apocalypse.exe", "1a7dfeb7797720111f9e40b5cbfea4c4", 47961989),
 	GAME_ENTRY("docapocalypse", "doc_apocalypse.exe", "1a7dfeb7797720111f9e40b5cbfea4c4", 47959435),




More information about the Scummvm-git-logs mailing list