From e81d1848d1821a20962a72a1837e71ef37beb701 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 6 Feb 2012 21:42:58 +1100 Subject: TSAGE: Add detection entry for Blue Force Spanish CD --- engines/tsage/detection_tables.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines') diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index 0f6d8c9d7d..583cd8e15b 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -140,6 +140,20 @@ static const tSageGameDescription gameDescriptions[] = { GType_BlueForce, GF_CD | GF_ALT_REGIONS }, + // Blue Force Spanish CD + { + { + "blueforce", + "CD", + AD_ENTRY1s("blue.rlb", "5b2b35c51b62e82d82b0791540bfae2d", 10082565), + Common::ES_ESP, + Common::kPlatformPC, + ADGF_CD | ADGF_TESTING, + GUIO2(GUIO_NOSPEECH, GUIO_NOSFX) + }, + GType_BlueForce, + GF_CD | GF_ALT_REGIONS + }, // Return to Ringworld { -- cgit v1.2.3