From b57b96b21176fa78d0503cf260f0474304c07f91 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Mon, 11 Sep 2023 23:16:59 +0100 Subject: [PATCH] AGS: Add detection for Nightmare Frames variant from itch.io --- engines/ags/detection_tables.h | 1 + 1 file changed, 1 insertion(+) 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),