aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/detection.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-03 15:53:30 +0200
committerEugene Sandulenko2016-09-03 15:59:19 +0200
commitb5eef9a36a49cd5e95d4de5489f6f02277cb22ce (patch)
treed04a1d43445725e7b403c92603467ccc70347380 /engines/prince/detection.h
parent7d0c83850c88f16f0e877370877d2bec0305b0a8 (diff)
downloadscummvm-rg350-b5eef9a36a49cd5e95d4de5489f6f02277cb22ce.tar.gz
scummvm-rg350-b5eef9a36a49cd5e95d4de5489f6f02277cb22ce.tar.bz2
scummvm-rg350-b5eef9a36a49cd5e95d4de5489f6f02277cb22ce.zip
PRINCE: Properly detect translated versions, and mark them via Game Feature
Diffstat (limited to 'engines/prince/detection.h')
-rw-r--r--engines/prince/detection.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/engines/prince/detection.h b/engines/prince/detection.h
index 279194a22d..2f8be86427 100644
--- a/engines/prince/detection.h
+++ b/engines/prince/detection.h
@@ -73,10 +73,14 @@ static const PrinceGameDescription gameDescriptions[] = {
{
"prince",
"The Prince and the Coward",
- AD_ENTRY1s("databank.ptc", "5fa03833177331214ec1354761b1d2ee", 3565031),
+ {
+ {"databank.ptc", 0, "5fa03833177331214ec1354761b1d2ee", 3565031},
+ {"prince_translation.dat", 0, 0, -1},
+ AD_LISTEND
+ },
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING,
+ ADGF_TESTING | GF_TRANSLATED,
GUIO1(GUIO_NONE)
},
kPrinceDataDE
@@ -85,10 +89,14 @@ static const PrinceGameDescription gameDescriptions[] = {
{
"prince",
"The Prince and the Coward",
- AD_ENTRY1s("databank.ptc", "48ec9806bda9d152acbea8ce31c93c49", 3435298),
+ {
+ {"databank.ptc", 0, "48ec9806bda9d152acbea8ce31c93c49", 3435298},
+ {"prince_translation.dat", 0, 0, -1},
+ AD_LISTEND
+ },
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_TESTING,
+ ADGF_TESTING | GF_TRANSLATED,
GUIO1(GUIO_NONE)
},
kPrinceDataPL