mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 14:09:28 +00:00
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.
This commit is contained in:
parent
832418b837
commit
c68d17e9ac
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user