mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add VU0 clamping to Naruto Ultimate Ninja 5 (Accel 2)
This commit is contained in:
parent
324a700fb7
commit
92a9554240
|
@ -25694,6 +25694,7 @@ SLES-55605:
|
|||
halfPixelOffset: 1 # Corrects post processing position.
|
||||
cpuCLUTRender: 1 # Reduces the bloomy blur of characters.
|
||||
clampModes:
|
||||
vu0ClampMode: 3 # Fixes bad dialog backgrounds.
|
||||
vu1ClampMode: 3 # Fixes SPS on characters.
|
||||
SLES-55609:
|
||||
name: "Scooby-Doo! and the Spooky Swamp"
|
||||
|
@ -40454,6 +40455,7 @@ SLPM-68019:
|
|||
halfPixelOffset: 1 # Corrects post processing position.
|
||||
cpuCLUTRender: 1 # Reduces the bloomy blur of characters.
|
||||
clampModes:
|
||||
vu0ClampMode: 3 # Fixes bad dialog backgrounds.
|
||||
vu1ClampMode: 3 # Fixes SPS on characters.
|
||||
SLPM-68020:
|
||||
name: "Suzumiya Haruhi no Tomadoi - Uchuu-hatsu! Full CG - Odoru SOS-dan (Chou Eizou-ban)"
|
||||
|
@ -45904,6 +45906,7 @@ SLPS-25837:
|
|||
halfPixelOffset: 1 # Corrects post processing position.
|
||||
cpuCLUTRender: 1 # Reduces the bloomy blur of characters.
|
||||
clampModes:
|
||||
vu0ClampMode: 3 # Fixes bad dialog backgrounds.
|
||||
vu1ClampMode: 3 # Fixes SPS on characters.
|
||||
SLPS-25838:
|
||||
name: "Taiheiyou no Arashi - Senkan Yamato, Akatsuki ni Shutsugeki su"
|
||||
|
|
Loading…
Reference in New Issue