aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2012-02-06 21:42:58 +1100
committerPaul Gilbert2012-02-06 21:42:58 +1100
commite81d1848d1821a20962a72a1837e71ef37beb701 (patch)
treef86effb5429175ef605e22178b3018e14e64f462 /engines
parent9de279b2ab1eb75ca937d63fe337078d1d44cf3d (diff)
downloadscummvm-rg350-e81d1848d1821a20962a72a1837e71ef37beb701.tar.gz
scummvm-rg350-e81d1848d1821a20962a72a1837e71ef37beb701.tar.bz2
scummvm-rg350-e81d1848d1821a20962a72a1837e71ef37beb701.zip
TSAGE: Add detection entry for Blue Force Spanish CD
Diffstat (limited to 'engines')
-rw-r--r--engines/tsage/detection_tables.h14
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
{