mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Fix shadows alignment on Crash Twinsanity
This commit is contained in:
parent
dda6e37bd0
commit
1d4d75fda0
|
@ -1579,7 +1579,7 @@ SCAJ-20111:
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes bad Geometry.
|
- XGKickHack # Fixes bad Geometry.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes depth lines.
|
roundSprite: 1 # Fixes depth lines + shadows misalignment.
|
||||||
SCAJ-20112:
|
SCAJ-20112:
|
||||||
name: "Tales of Rebirth"
|
name: "Tales of Rebirth"
|
||||||
region: "NTSC-Unk"
|
region: "NTSC-Unk"
|
||||||
|
@ -12454,7 +12454,7 @@ SLED-52574:
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes bad geometry.
|
- XGKickHack # Fixes bad geometry.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes depth lines.
|
roundSprite: 1 # Fixes depth lines + shadows misalignment.
|
||||||
SLED-52597:
|
SLED-52597:
|
||||||
name: "Burnout 3 - Takedown [Demo]"
|
name: "Burnout 3 - Takedown [Demo]"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
|
@ -18852,7 +18852,7 @@ SLES-52568:
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes bad geometry.
|
- XGKickHack # Fixes bad geometry.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes depth lines.
|
roundSprite: 1 # Fixes depth lines + shadows misalignment.
|
||||||
PCRTCOverscan: 1 # Fixes offscreen image.
|
PCRTCOverscan: 1 # Fixes offscreen image.
|
||||||
SLES-52569:
|
SLES-52569:
|
||||||
name: "Spyro - A Hero's Tail"
|
name: "Spyro - A Hero's Tail"
|
||||||
|
@ -40312,7 +40312,7 @@ SLPM-65801:
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes bad geometry.
|
- XGKickHack # Fixes bad geometry.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes depth lines.
|
roundSprite: 1 # Fixes depth lines + shadows misalignment.
|
||||||
SLPM-65802:
|
SLPM-65802:
|
||||||
name: EA BEST HITS DEF JAM VENDETTA
|
name: EA BEST HITS DEF JAM VENDETTA
|
||||||
name-sort: DEF JAM VENDETTA [EA BEST HITS]
|
name-sort: DEF JAM VENDETTA [EA BEST HITS]
|
||||||
|
@ -61445,7 +61445,7 @@ SLUS-20909:
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes bad geometry.
|
- XGKickHack # Fixes bad geometry.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes depth lines.
|
roundSprite: 1 # Fixes depth lines + shadows misalignment.
|
||||||
SLUS-20910:
|
SLUS-20910:
|
||||||
name: "Test Drive - Eve of Destruction"
|
name: "Test Drive - Eve of Destruction"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
@ -67741,7 +67741,7 @@ SLUS-29101:
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes bad geometry.
|
- XGKickHack # Fixes bad geometry.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes depth lines.
|
roundSprite: 1 # Fixes depth lines + shadows misalignment.
|
||||||
SLUS-29104:
|
SLUS-29104:
|
||||||
name: "Galactic Wrestling - Featuring Ultimate Muscle [Demo]"
|
name: "Galactic Wrestling - Featuring Ultimate Muscle [Demo]"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue