mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add VU0 Clamping to Sly 3
Adds VU0 Extra + Preserve Sign to Sly 3 to fix the bugged camera and not break the "The Ancestors' Gauntlet" level.
This commit is contained in:
parent
1a7263cb9f
commit
8f73e93205
bin/resources
|
@ -2511,6 +2511,15 @@ SCED-53679:
|
||||||
SCED-53684:
|
SCED-53684:
|
||||||
name: "SingStar '80s [Demo]"
|
name: "SingStar '80s [Demo]"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
|
SCED-53802:
|
||||||
|
name: "Sly 3 - Honour Among Thieves [Demo]"
|
||||||
|
region: "PAL-M5"
|
||||||
|
roundModes:
|
||||||
|
vuRoundMode: 0 # Fixes game engine issue with bombs and ladders.
|
||||||
|
clampModes:
|
||||||
|
vu0ClampMode: 3 # Fixes bugged camera.
|
||||||
|
gsHWFixes:
|
||||||
|
halfPixelOffset: 2 # Fixes chromatic effect.
|
||||||
SCED-53854:
|
SCED-53854:
|
||||||
name: "Official PS2 Magazine French Christmas Special" # French
|
name: "Official PS2 Magazine French Christmas Special" # French
|
||||||
region: "PAL-F"
|
region: "PAL-F"
|
||||||
|
@ -3908,7 +3917,7 @@ SCES-53409:
|
||||||
roundModes:
|
roundModes:
|
||||||
vuRoundMode: 0 # Fixes game engine issue with bombs and ladders.
|
vuRoundMode: 0 # Fixes game engine issue with bombs and ladders.
|
||||||
clampModes:
|
clampModes:
|
||||||
vuClampMode: 2 # Fixes bugged camera.
|
vu0ClampMode: 3 # Fixes bugged camera.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes chromatic effect.
|
halfPixelOffset: 2 # Fixes chromatic effect.
|
||||||
SCES-53422:
|
SCES-53422:
|
||||||
|
@ -5081,7 +5090,7 @@ SCKA-20063:
|
||||||
roundModes:
|
roundModes:
|
||||||
vuRoundMode: 0 # Fixes game engine issue with bombs and ladders.
|
vuRoundMode: 0 # Fixes game engine issue with bombs and ladders.
|
||||||
clampModes:
|
clampModes:
|
||||||
vuClampMode: 2 # Fixes bugged camera.
|
vu0ClampMode: 3 # Fixes bugged camera.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes chromatic effect.
|
halfPixelOffset: 2 # Fixes chromatic effect.
|
||||||
SCKA-20064:
|
SCKA-20064:
|
||||||
|
@ -8156,7 +8165,7 @@ SCUS-97464:
|
||||||
roundModes:
|
roundModes:
|
||||||
vuRoundMode: 0 # Fixes game engine issue with bombs and ladders.
|
vuRoundMode: 0 # Fixes game engine issue with bombs and ladders.
|
||||||
clampModes:
|
clampModes:
|
||||||
vuClampMode: 2 # Fixes bugged camera.
|
vu0ClampMode: 3 # Fixes bugged camera.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes chromatic effect.
|
halfPixelOffset: 2 # Fixes chromatic effect.
|
||||||
SCUS-97465:
|
SCUS-97465:
|
||||||
|
@ -8276,7 +8285,7 @@ SCUS-97484:
|
||||||
roundModes:
|
roundModes:
|
||||||
vuRoundMode: 0 # Fixes game engine issue with bombs and ladders.
|
vuRoundMode: 0 # Fixes game engine issue with bombs and ladders.
|
||||||
clampModes:
|
clampModes:
|
||||||
vuClampMode: 2 # Fixes bugged camera.
|
vu0ClampMode: 3 # Fixes bugged camera.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes chromatic effect.
|
halfPixelOffset: 2 # Fixes chromatic effect.
|
||||||
SCUS-97485:
|
SCUS-97485:
|
||||||
|
@ -8486,7 +8495,7 @@ SCUS-97527:
|
||||||
roundModes:
|
roundModes:
|
||||||
vuRoundMode: 0 # Fixes game engine issue with bombs and ladders.
|
vuRoundMode: 0 # Fixes game engine issue with bombs and ladders.
|
||||||
clampModes:
|
clampModes:
|
||||||
vuClampMode: 2 # Fixes bugged camera.
|
vu0ClampMode: 3 # Fixes bugged camera.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
halfPixelOffset: 2 # Fixes chromatic effect.
|
halfPixelOffset: 2 # Fixes chromatic effect.
|
||||||
SCUS-97528:
|
SCUS-97528:
|
||||||
|
|
Loading…
Reference in New Issue