diff options
-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) { |