From 4bd7cdf28fa3956bb65a0042130959276286a641 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 28 Apr 2020 19:25:33 +0200 Subject: [PATCH] SLUDGE: Add release versions of Robin's Rescue --- engines/sludge/detection_tables.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h index dc28c63dd2d..e263ebdf326 100644 --- a/engines/sludge/detection_tables.h +++ b/engines/sludge/detection_tables.h @@ -75,6 +75,32 @@ static const SludgeGameDescription gameDescriptions[] = { 0 }, + { + { + "robinsrescue", + "v1.0", + AD_ENTRY1s("Gamedata.slg", "16cbf2bf916ed89f9c1b14fab133cf96", 14413754), + Common::EN_ANY, + Common::kPlatformUnknown, + ADGF_UNSTABLE, + GUIO1(GUIO_NOMIDI) + }, + 0 + }, + + { + { + "robinsrescue", + "v1.0", + AD_ENTRY1s("robins_rescue.slg", "16cbf2bf916ed89f9c1b14fab133cf96", 14413754), + Common::EN_ANY, + Common::kPlatformLinux, + ADGF_UNSTABLE, + GUIO1(GUIO_NOMIDI) + }, + 0 + }, + { { "outoforder",