mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add nearest VU1 rounding to Destruction Derby Arenas
This commit is contained in:
parent
ff82232e27
commit
4242201777
|
@ -1847,6 +1847,8 @@ SCED-50750:
|
||||||
SCED-50781:
|
SCED-50781:
|
||||||
name: "Destruction Derby Arenas [Beta]"
|
name: "Destruction Derby Arenas [Beta]"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes tyre textures.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Corrects shadow position.
|
halfPixelOffset: 2 # Corrects shadow position.
|
||||||
SCED-50825:
|
SCED-50825:
|
||||||
|
@ -3026,6 +3028,8 @@ SCES-50781:
|
||||||
name: "Destruction Derby Arenas [Beta, Promo, & Full Retail]"
|
name: "Destruction Derby Arenas [Beta, Promo, & Full Retail]"
|
||||||
region: "PAL-M6"
|
region: "PAL-M6"
|
||||||
compat: 5
|
compat: 5
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes tyre textures.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Corrects shadow position.
|
halfPixelOffset: 2 # Corrects shadow position.
|
||||||
SCES-50791:
|
SCES-50791:
|
||||||
|
@ -3425,6 +3429,8 @@ SCES-51977:
|
||||||
SCES-51979:
|
SCES-51979:
|
||||||
name: "Destruction Derby Arenas"
|
name: "Destruction Derby Arenas"
|
||||||
region: "PAL-M6"
|
region: "PAL-M6"
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes tyre textures.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Corrects shadow position.
|
halfPixelOffset: 2 # Corrects shadow position.
|
||||||
SCES-52004:
|
SCES-52004:
|
||||||
|
@ -43556,6 +43562,8 @@ SLUS-20855:
|
||||||
name: "Destruction Derby Arenas"
|
name: "Destruction Derby Arenas"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
compat: 5
|
compat: 5
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes tyre textures.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Corrects shadow position.
|
halfPixelOffset: 2 # Corrects shadow position.
|
||||||
SLUS-20856:
|
SLUS-20856:
|
||||||
|
|
Loading…
Reference in New Issue