mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add VU1 Rounding to Hitman Contracts
Adds vu1 nearest rounding to Hitman Contracts to fix missing light cones curtains and certain effects.
This commit is contained in:
parent
a10b0c5dc5
commit
9ecaa46eb8
|
@ -13911,27 +13911,37 @@ SLES-52132:
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
texturePreloading: 1 # Performs much better with partial preload.
|
texturePreloading: 1 # Performs much better with partial preload.
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes missing light cones curtains and certain effects.
|
||||||
SLES-52133:
|
SLES-52133:
|
||||||
name: "Hitman - Contracts"
|
name: "Hitman - Contracts"
|
||||||
region: "PAL-F"
|
region: "PAL-F"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
texturePreloading: 1 # Performs much better with partial preload.
|
texturePreloading: 1 # Performs much better with partial preload.
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes missing light cones curtains and certain effects.
|
||||||
SLES-52134:
|
SLES-52134:
|
||||||
name: "Hitman - Contracts"
|
name: "Hitman - Contracts"
|
||||||
region: "PAL-I"
|
region: "PAL-I"
|
||||||
compat: 4
|
compat: 4
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
texturePreloading: 1 # Performs much better with partial preload.
|
texturePreloading: 1 # Performs much better with partial preload.
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes missing light cones curtains and certain effects.
|
||||||
SLES-52135:
|
SLES-52135:
|
||||||
name: "Hitman - Contracts"
|
name: "Hitman - Contracts"
|
||||||
region: "PAL-G"
|
region: "PAL-G"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
texturePreloading: 1 # Performs much better with partial preload.
|
texturePreloading: 1 # Performs much better with partial preload.
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes missing light cones curtains and certain effects.
|
||||||
SLES-52136:
|
SLES-52136:
|
||||||
name: "Hitman - Contracts"
|
name: "Hitman - Contracts"
|
||||||
region: "PAL-S"
|
region: "PAL-S"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
texturePreloading: 1 # Performs much better with partial preload.
|
texturePreloading: 1 # Performs much better with partial preload.
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes missing light cones curtains and certain effects.
|
||||||
SLES-52143:
|
SLES-52143:
|
||||||
name: "Carmen Sandiego - The Secret of the Stolen Drums"
|
name: "Carmen Sandiego - The Secret of the Stolen Drums"
|
||||||
region: "PAL-M4"
|
region: "PAL-M4"
|
||||||
|
@ -23301,6 +23311,8 @@ SLKA-25218:
|
||||||
region: "NTSC-K"
|
region: "NTSC-K"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
texturePreloading: 1 # Performs much better with partial preload.
|
texturePreloading: 1 # Performs much better with partial preload.
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes missing light cones curtains and certain effects.
|
||||||
SLKA-25219:
|
SLKA-25219:
|
||||||
name: "Monster Hunter G"
|
name: "Monster Hunter G"
|
||||||
region: "NTSC-K"
|
region: "NTSC-K"
|
||||||
|
@ -37246,6 +37258,8 @@ SLPS-25406:
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
texturePreloading: 1 # Performs much better with partial preload.
|
texturePreloading: 1 # Performs much better with partial preload.
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes missing light cones curtains and certain effects.
|
||||||
SLPS-25407:
|
SLPS-25407:
|
||||||
name: "King of Fighters 2003, The"
|
name: "King of Fighters 2003, The"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
|
@ -43701,6 +43715,8 @@ SLUS-20882:
|
||||||
compat: 4
|
compat: 4
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
texturePreloading: 1 # Performs much better with partial preload.
|
texturePreloading: 1 # Performs much better with partial preload.
|
||||||
|
roundModes:
|
||||||
|
vu1RoundMode: 0 # Fixes missing light cones curtains and certain effects.
|
||||||
SLUS-20883:
|
SLUS-20883:
|
||||||
name: "Tom Clancy's Rainbow Six 3"
|
name: "Tom Clancy's Rainbow Six 3"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue