diff options
author | Filippos Karapetis | 2014-08-06 15:07:31 +0300 |
---|---|---|
committer | Filippos Karapetis | 2014-08-06 15:07:31 +0300 |
commit | 1f2db3404214088654d24616d9f22fc83929a709 (patch) | |
tree | 31a595fce4f54fdbdfbb033472b59b9d64ef7af8 /engines/toltecs | |
parent | 3dc9b75dfcc9cde14bb56231ab222615f64121f2 (diff) | |
download | scummvm-rg350-1f2db3404214088654d24616d9f22fc83929a709.tar.gz scummvm-rg350-1f2db3404214088654d24616d9f22fc83929a709.tar.bz2 scummvm-rg350-1f2db3404214088654d24616d9f22fc83929a709.zip |
TOLTECS: Blacklist a pirated CD-RIP version (bug #6690)
This is a known pirated version, where all the audio has been removed.
Thus, no support will be added for that version.
Diffstat (limited to 'engines/toltecs')
-rw-r--r-- | engines/toltecs/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp index b6c7ad3d2b..e8f08bcc61 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -86,6 +86,20 @@ static const ToltecsGameDescription gameDescriptions[] = { }, { + // 3 Skulls of the Toltecs PIRATE CD-RIP version (no audio) + // == DO NOT RE-ADD == + { + "toltecs", + 0, + AD_ENTRY1s("WESTERN", "56d0da91ec3db8ac869594357584e851", 104804435), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_PIRATED, + GUIO1(GUIO_NONE) + }, + }, + + { // 3 Skulls of the Toltecs Russian version { "toltecs", |