mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 03:37:53 +00:00
Added details on brazilian comi/dig (once more from the forums)
svn-id: r25623
This commit is contained in:
parent
5bd19f022a
commit
cce2617f24
@ -1030,6 +1030,8 @@ static Common::Language detectLanguage(const FSList &fslist, byte id) {
|
||||
return Common::FR_FRA;
|
||||
case 443439: // 4689d013f67aabd7c35f4fd7c4b4ad69
|
||||
return Common::IT_ITA;
|
||||
case 440586: // 5a1d0f4fa00917bdbfe035a72a6bba9d
|
||||
return Common::PT_BRA;
|
||||
}
|
||||
} else {
|
||||
switch (size) {
|
||||
@ -1039,6 +1041,8 @@ static Common::Language detectLanguage(const FSList &fslist, byte id) {
|
||||
return Common::FR_FRA;
|
||||
case 231402: // 93d13fcede954c78e65435592182a4db
|
||||
return Common::IT_ITA;
|
||||
case 228772: // 5d9ad90d3a88ea012d25d61791895ebe
|
||||
return Common::PT_BRA;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user