diff options
author | Arnaud Boutonné | 2009-08-24 21:58:24 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-08-24 21:58:24 +0000 |
commit | cb202830267b52db4032abccf8e8f9af7c6dd245 (patch) | |
tree | 38cdec28494b285e97a261f0cb6d54cc12d5652a /engines/gob | |
parent | d5f61d13b6453b6501caf7a71a96dc40bcfc3eec (diff) | |
download | scummvm-rg350-cb202830267b52db4032abccf8e8f9af7c6dd245.tar.gz scummvm-rg350-cb202830267b52db4032abccf8e8f9af7c6dd245.tar.bz2 scummvm-rg350-cb202830267b52db4032abccf8e8f9af7c6dd245.zip |
Add ADI 2.6 FR detection
svn-id: r43712
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 9ab8de1b08..97c1af1587 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -3690,6 +3690,20 @@ static const GOBGameDescription gameDescriptions[] = { { { "adi2", + "Adi 2.6", + AD_ENTRY1s("adi2.stk", "2fb940eb8105b12871f6b88c8c4d1615", 16780058), + FR_FRA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NONE + }, + kGameTypeAdibou4, + kFeatures640, + "adi2.stk", "ediintro.tot", 0 + }, + { + { + "adi2", "Adi 2.7.1", AD_ENTRY1s("adi2.stk", "6fa5dffebf5c7243c6af6b8c188ee00a", 19278008), FR_FRA, |