diff options
author | Paul Gilbert | 2019-08-08 20:08:49 -0700 |
---|---|---|
committer | Paul Gilbert | 2019-08-08 20:19:25 -0700 |
commit | c68d17e9ac93e9d7b2ffbc7e4682df55df19574d (patch) | |
tree | a847999192673844712ad344ba065c6f27212431 /engines/tsage | |
parent | 832418b83752c7cf6593824762ef819f92425b0a (diff) | |
download | scummvm-rg350-c68d17e9ac93e9d7b2ffbc7e4682df55df19574d.tar.gz scummvm-rg350-c68d17e9ac93e9d7b2ffbc7e4682df55df19574d.tar.bz2 scummvm-rg350-c68d17e9ac93e9d7b2ffbc7e4682df55df19574d.zip |
TSAGE: R2R: Add Spanish translation detection entry flagged as pirated
I decided it was worthwhile to have an entry for it, but flagged as
pirated, so we don't accidentally add it in as supported later on.
Diffstat (limited to 'engines/tsage')
-rw-r--r-- | engines/tsage/detection_tables.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/tsage/detection_tables.h b/engines/tsage/detection_tables.h index f331ecdab5..ff3cbf1538 100644 --- a/engines/tsage/detection_tables.h +++ b/engines/tsage/detection_tables.h @@ -185,6 +185,23 @@ static const tSageGameDescription gameDescriptions[] = { GType_Ringworld2, GF_CD | GF_ALT_REGIONS | GF_DEMO }, + + // Return to Ringworld. Spanish fan translation. They provide the entire game for download, + // so it's being treated as pirated, and not supported + { + { + "ringworld2", + "CD", + AD_ENTRY1s("r2rw.rlb", "05f9af7b0153a0c5727022dc0122d02b", 47678672), + Common::ES_ESP, + Common::kPlatformDOS, + ADGF_CD | ADGF_PIRATED, + GUIO0() + }, + GType_Ringworld2, + GF_CD | GF_ALT_REGIONS + }, + #ifdef TSAGE_SHERLOCK_ENABLED // The Lost Files of Sherlock Holmes - The Case of the Serrated Scalpel (Logo) { |