aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/detection.h
diff options
context:
space:
mode:
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