diff options
-rw-r--r-- | engines/tsage/detection_tables.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 { |