mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Scarface and Harry Potter COS Updates. (#2431)
Add ScarfaceIbitHack gamefix to Scarface The World Is Yours (NTSC-U) SLUS-21111 and SLUS-21492. Change Scarface Compatibility to 5 to the above two games. Add code comments to Harry Potter and the Chamber of Secrets (PAL) SLES-51192 and (NTSC-U) SLUS-20576 explaining that they both share the same CRC id.
This commit is contained in:
parent
78af562897
commit
5ec5265ec4
|
@ -9216,6 +9216,7 @@ Name = Harry Potter and the Chamber of Secrets
|
||||||
Region = PAL-E
|
Region = PAL-E
|
||||||
Compat = 3
|
Compat = 3
|
||||||
[patches = C5473413]
|
[patches = C5473413]
|
||||||
|
// This disc has the same CRC as SLUS-20576, the NTSC-U disc.
|
||||||
comment=Patch by Prafull
|
comment=Patch by Prafull
|
||||||
// Fix initial hang.
|
// Fix initial hang.
|
||||||
patch=1,EE,002032bc,word,03e00008
|
patch=1,EE,002032bc,word,03e00008
|
||||||
|
@ -36755,6 +36756,7 @@ Name = Harry Potter and The Chamber of Secrets
|
||||||
Region = NTSC-U
|
Region = NTSC-U
|
||||||
Compat = 2
|
Compat = 2
|
||||||
[patches = C5473413]
|
[patches = C5473413]
|
||||||
|
// This disc has the same CRC as SLES-51192, the PAL-E disc.
|
||||||
comment=Patch by Prafull
|
comment=Patch by Prafull
|
||||||
// Fix initial hang.
|
// Fix initial hang.
|
||||||
patch=1,EE,002032bc,word,03e00008
|
patch=1,EE,002032bc,word,03e00008
|
||||||
|
@ -39326,7 +39328,8 @@ Compat = 5
|
||||||
Serial = SLUS-21111
|
Serial = SLUS-21111
|
||||||
Name = Scarface - The World is Yours
|
Name = Scarface - The World is Yours
|
||||||
Region = NTSC-U
|
Region = NTSC-U
|
||||||
Compat = 4
|
Compat = 5
|
||||||
|
ScarfaceIbitHack = 1
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLUS-21112
|
Serial = SLUS-21112
|
||||||
Name = L.A. Rush
|
Name = L.A. Rush
|
||||||
|
@ -41256,6 +41259,8 @@ Compat = 5
|
||||||
Serial = SLUS-21492
|
Serial = SLUS-21492
|
||||||
Name = Scarface - The World is Yours [Collector's Edition]
|
Name = Scarface - The World is Yours [Collector's Edition]
|
||||||
Region = NTSC-U
|
Region = NTSC-U
|
||||||
|
Compat = 5
|
||||||
|
ScarfaceIbitHack = 1
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLUS-21493
|
Serial = SLUS-21493
|
||||||
Name = Need for Speed - Carbon
|
Name = Need for Speed - Carbon
|
||||||
|
|
Loading…
Reference in New Issue