gamedb/gsdx: Harry Potter Chamber of secrets db and crc update.

Remove some crc lookups for gamefix patches that share the same serial
and patch codes. It will allow game versions with different crc ids to
use the patches. Close #2654

Add JP version to automatic mipmapping.
This commit is contained in:
lightningterror 2019-05-24 07:41:50 +02:00
parent ed8592b30b
commit 482f1e953a
2 changed files with 13 additions and 6 deletions

View File

@ -9201,7 +9201,8 @@ Serial = SLES-51192
Name = Harry Potter and the Chamber of Secrets
Region = PAL-E
Compat = 3
[patches = C5473413]
[patches]
// CRC C5473413
// This disc has the same CRC as other PAL and NTSC discs.
comment=Patch by Prafull
// Fixes initial hanging.
@ -9217,7 +9218,8 @@ Compat = 3
Serial = SLES-51193
Name = Harry Potter et la Chambre des Secrets
Region = PAL-F
[patches = C5473413]
[patches]
// CRC C5473413
// This disc has the same CRC as other PAL and NTSC discs.
comment=Patch by Prafull
// Fixes initial hanging.
@ -9233,7 +9235,8 @@ Region = PAL-F
Serial = SLES-51194
Name = Harry Potter und die Kammer des Schreckens
Region = PAL-G
[patches = C5473413]
[patches]
// CRC C5473413
// This disc has the same CRC as other PAL and NTSC discs.
comment=Patch by Prafull
// Fixes initial hanging.
@ -9249,7 +9252,8 @@ Region = PAL-G
Serial = SLES-51195
Name = Harry Potter y La Camara Secreta
Region = PAL-S
[patches = C5473413]
[patches]
// CRC C5473413
// This disc has the same CRC as other PAL and NTSC discs.
comment=Patch by Prafull
// Fixes initial hanging.
@ -9265,7 +9269,8 @@ Region = PAL-S
Serial = SLES-51196
Name = Harry Potter e La Camera dei Secreti
Region = PAL-I
[patches = C5473413]
[patches]
// CRC C5473413
// This disc has the same CRC as other PAL and NTSC discs.
comment=Patch by Prafull
// Fixes initial hanging.
@ -37084,7 +37089,8 @@ Serial = SLUS-20576
Name = Harry Potter and The Chamber of Secrets
Region = NTSC-U
Compat = 2
[patches = C5473413]
[patches]
// CRC C5473413
// This disc has the same CRC as other PAL and NTSC discs.
comment=Patch by Prafull
// Fixes initial hanging.

View File

@ -483,6 +483,7 @@ CRC::Game CRC::m_games[] =
{0x972611BB, FIFA05, US, 0},
{0x972719A3, FIFA05, EU, 0},
{0xC5473413, HarryPotterATCOS, NoRegion, 0}, // EU and US versions have the same CRC - Chamber Of Secrets
{0xE1963055, HarryPotterATCOS, JP, 0 }, // Harry Potter to Himitsu no Heya
{0xE90BE9F8, HarryPotterATCOS, JP, 0 }, // Coca Cola original Version
{0x9C3A84F4, HarryPotterATHBP, US, 0 }, // Half-Blood Prince
{0xCB598BC2, HarryPotterATHBP, EU, 0 },