mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add DBZ Budokai Tenkaichi 2 fixes
Adds half pixel offset normal to DBZ BT 2 and removes full round sprite to fix the insane amount of ghosting in some areas
This commit is contained in:
parent
573706e5e4
commit
40fda5067d
|
@ -17936,7 +17936,7 @@ SLES-54164:
|
||||||
region: "PAL-M6"
|
region: "PAL-M6"
|
||||||
compat: 5
|
compat: 5
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
roundSprite: 2 # Fixes font artifacts.
|
halfPixelOffset: 1 # Fixes extreme ghosting.
|
||||||
SLES-54165:
|
SLES-54165:
|
||||||
name: "One Piece - Grand Adventure"
|
name: "One Piece - Grand Adventure"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
|
@ -22687,6 +22687,8 @@ SLKA-25397:
|
||||||
name: "Dragon Ball Z Sparking NEO"
|
name: "Dragon Ball Z Sparking NEO"
|
||||||
region: "NTSC-K"
|
region: "NTSC-K"
|
||||||
compat: 5
|
compat: 5
|
||||||
|
gsHWFixes:
|
||||||
|
halfPixelOffset: 1 # Fixes extreme ghosting.
|
||||||
SLKA-25401:
|
SLKA-25401:
|
||||||
name: "FlatOut 2"
|
name: "FlatOut 2"
|
||||||
region: "NTSC-K"
|
region: "NTSC-K"
|
||||||
|
@ -36710,6 +36712,8 @@ SLPS-25689:
|
||||||
SLPS-25690:
|
SLPS-25690:
|
||||||
name: "Dragon Ball Z - Sparking Neo"
|
name: "Dragon Ball Z - Sparking Neo"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
|
gsHWFixes:
|
||||||
|
halfPixelOffset: 1 # Fixes extreme ghosting.
|
||||||
SLPS-25691:
|
SLPS-25691:
|
||||||
name: "Captain Tsubasa"
|
name: "Captain Tsubasa"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
|
@ -44841,7 +44845,7 @@ SLUS-21441:
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
compat: 5
|
compat: 5
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
roundSprite: 2 # Fixes font artifacts.
|
halfPixelOffset: 1 # Fixes extreme ghosting.
|
||||||
SLUS-21442:
|
SLUS-21442:
|
||||||
name: "Super Dragon Ball Z"
|
name: "Super Dragon Ball Z"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue