[Scummvm-git-logs] scummvm master -> b57b96b21176fa78d0503cf260f0474304c07f91
criezy
noreply at scummvm.org
Mon Sep 11 22:19:05 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:
b57b96b211 AGS: Add detection for Nightmare Frames variant from itch.io
Commit: b57b96b21176fa78d0503cf260f0474304c07f91
https://github.com/scummvm/scummvm/commit/b57b96b21176fa78d0503cf260f0474304c07f91
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2023-09-11T23:17:36+01:00
Commit Message:
AGS: Add detection for Nightmare Frames variant from itch.io
Changed paths:
engines/ags/detection_tables.h
diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 359d752ba72..0b2b0289f01 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4117,6 +4117,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
GAME_ENTRY_EN_STEAM("neofeud", "neofeud.exe", "6e861b1f476ff7cdf036082abb271329", 2078740517),
GAME_ENTRY_EN("neofeud", "neofeud.exe", "6e861b1f476ff7cdf036082abb271329", 2078743375),
GAME_ENTRY_STEAM("nightmareframes", "Nightmare Frames.exe", "55a84a70f80cba8dd2373ea04c2b04ce", 2697804016), // Eng-Esp
+ GAME_ENTRY("nightmareframes", "Nightmare Frames.exe", "55a84a70f80cba8dd2373ea04c2b04ce", 2697804015), // itch.io Eng-Esp
GAME_ENTRY("odissea", "ODISSEA.exe", "5bb86de9245242046c309711ff02dad3", 717438956), // itch.io Eng-Ita
GAME_ENTRY_EN_GOG("oott", "oott-tkc.exe", "11c2421258465cba4bd773c49d918ee3", 467834855),
GAME_ENTRY_EN_GOG("oott", "oott-tkc.exe", "11c2421258465cba4bd773c49d918ee3", 467845009),
More information about the Scummvm-git-logs
mailing list