diff options
author | D G Turner | 2014-04-29 03:40:45 +0100 |
---|---|---|
committer | D G Turner | 2014-04-29 03:40:45 +0100 |
commit | 0698ae4a0728403f6f5140b6521185ff3c007c8c (patch) | |
tree | 7d39422eb6d59d7b56257121df967657585d8191 | |
parent | bfc9afbb3290a05b442ffbb5c467ccdf559b722e (diff) | |
download | scummvm-rg350-0698ae4a0728403f6f5140b6521185ff3c007c8c.tar.gz scummvm-rg350-0698ae4a0728403f6f5140b6521185ff3c007c8c.tar.bz2 scummvm-rg350-0698ae4a0728403f6f5140b6521185ff3c007c8c.zip |
SCI: Disable detection of "SCI Narration Demo" fangame.
This is not supported as it requires network access to use the Google
Translate API, which is not supported by OSystem.
-rw-r--r-- | engines/sci/detection_tables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index e7304f8d90..8c5f9be425 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -4054,7 +4054,10 @@ static const struct ADGameDescription SciGameDescriptions[] = { FANMADE("SCI Capture the Flag", "4cd679a51d93b8b27c6b38d81be24b8b", 432, "98ae1f6ed7b4c21f88addbf643dd1d2f", 147878), FANMADE("SCI Companion Template", "ad54d4f504086cd597aa2348d0aa3b09", 354, "6798b7b601ce8154c1d1bc0f0edcdd18", 113061), FANMADE("SCI Logging Demo", "615c30c1445ea9349847e8868312a674", 558, "2df6858526177612ef9473e7af5b31c6", 171012), +#ifdef 0 + // Disabled as this requires network access to the Google Translate API, which is not available as OSystem has no network API. FANMADE("SCI Narration Demo", "731f4f2b726a13c153380af08da16591", 360, "38c80558fb942e8568f011d4a1a4af59", 109789), +#endif FANMADE("SCI Programming April 2010 Competition Template", "36e5c4011dd7c92e1ae4c6fede7d698d", 456, "20c87fbb7f73e2a3eb2c5dfab4d76b5a", 142221), FANMADE("SCI Studio Template 3.0", "ca0dc8d586e0a8670b7621cde090b532", 354, "58a48ee692a86c0575e6bd0b00a92b9a", 113097), FANMADE("SCI Quest", "9067e1f1e54436d2dbfce855524bc84a", 552, "ffa7d355cd9223f245289108a696bcd2", 149634), |