From 1f2db3404214088654d24616d9f22fc83929a709 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 6 Aug 2014 15:07:31 +0300 Subject: 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. --- engines/toltecs/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines/toltecs/detection.cpp') 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 @@ -85,6 +85,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 { -- cgit v1.2.3