mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Naruto Ultimate Ninja 5 + same for 4th
Games have the same issues and fixes, also normal vertex introduces some texture gaps whilst full roundsprite looks to be better, also add Vu0clampmode for some of the bad dialog backgrounds. See also: https://github.com/PCSX2/pcsx2/pull/9803
This commit is contained in:
parent
07519b7c28
commit
c75ae73814
|
@ -25445,8 +25445,10 @@ SLES-55481:
|
|||
gameFixes:
|
||||
- SoftwareRendererFMVHack # Fixes vertical lines in FMVs.
|
||||
gsHWFixes:
|
||||
roundSprite: 2 # Corrects post processing position + fixes subsequent runs of starter FMV vertical lines.
|
||||
cpuCLUTRender: 1 # Reduces the bloomy blur of characters.
|
||||
clampModes:
|
||||
vu0ClampMode: 3 # Fixes bad dialog backgrounds.
|
||||
vu1ClampMode: 3 # Fixes SPS on characters.
|
||||
SLES-55482:
|
||||
name: "Naruto Shippuden - Ultimate Ninja 4"
|
||||
|
@ -25454,8 +25456,10 @@ SLES-55482:
|
|||
gameFixes:
|
||||
- SoftwareRendererFMVHack # Fixes vertical lines in FMVs.
|
||||
gsHWFixes:
|
||||
roundSprite: 2 # Corrects post processing position + fixes subsequent runs of starter FMV vertical lines.
|
||||
cpuCLUTRender: 1 # Reduces the bloomy blur of characters.
|
||||
clampModes:
|
||||
vu0ClampMode: 3 # Fixes bad dialog backgrounds.
|
||||
vu1ClampMode: 3 # Fixes SPS on characters.
|
||||
SLES-55483:
|
||||
name: "Guilty Gear XX Accent Core Plus"
|
||||
|
@ -25706,7 +25710,7 @@ SLES-55605:
|
|||
gameFixes:
|
||||
- SoftwareRendererFMVHack # Fixes vertical lines in FMVs.
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Corrects post processing position.
|
||||
roundSprite: 2 # Corrects post processing position + fixes subsequent runs of starter FMV vertical lines.
|
||||
cpuCLUTRender: 1 # Reduces the bloomy blur of characters.
|
||||
clampModes:
|
||||
vu0ClampMode: 3 # Fixes bad dialog backgrounds.
|
||||
|
@ -29893,8 +29897,10 @@ SLPM-61157:
|
|||
gameFixes:
|
||||
- SoftwareRendererFMVHack # Fixes vertical lines in FMVs.
|
||||
gsHWFixes:
|
||||
roundSprite: 2 # Corrects post processing position + fixes subsequent runs of starter FMV vertical lines.
|
||||
cpuCLUTRender: 1 # Reduces the bloomy blur of characters.
|
||||
clampModes:
|
||||
vu0ClampMode: 3 # Fixes bad dialog backgrounds.
|
||||
vu1ClampMode: 3 # Fixes SPS on characters.
|
||||
SLPM-61158:
|
||||
name: "Saint Seiya - Meiou Hades Juunikyuu-hen"
|
||||
|
@ -40472,7 +40478,7 @@ SLPM-68019:
|
|||
gameFixes:
|
||||
- SoftwareRendererFMVHack # Fixes vertical lines in FMVs.
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Corrects post processing position.
|
||||
roundSprite: 2 # Corrects post processing position + fixes subsequent runs of starter FMV vertical lines.
|
||||
cpuCLUTRender: 1 # Reduces the bloomy blur of characters.
|
||||
clampModes:
|
||||
vu0ClampMode: 3 # Fixes bad dialog backgrounds.
|
||||
|
@ -45686,8 +45692,10 @@ SLPS-25768:
|
|||
gameFixes:
|
||||
- SoftwareRendererFMVHack # Fixes vertical lines in FMVs.
|
||||
gsHWFixes:
|
||||
roundSprite: 2 # Corrects post processing position + fixes subsequent runs of starter FMV vertical lines.
|
||||
cpuCLUTRender: 1 # Reduces the bloomy blur of characters.
|
||||
clampModes:
|
||||
vu0ClampMode: 3 # Fixes bad dialog backgrounds.
|
||||
vu1ClampMode: 3 # Fixes SPS on characters.
|
||||
SLPS-25769:
|
||||
name: "Netsu Chu! Pro Baseball 2007"
|
||||
|
@ -45928,7 +45936,7 @@ SLPS-25837:
|
|||
gameFixes:
|
||||
- SoftwareRendererFMVHack # Fixes vertical lines in FMVs.
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 1 # Corrects post processing position.
|
||||
roundSprite: 2 # Corrects post processing position + fixes subsequent runs of starter FMV vertical lines.
|
||||
cpuCLUTRender: 1 # Reduces the bloomy blur of characters.
|
||||
clampModes:
|
||||
vu0ClampMode: 3 # Fixes bad dialog backgrounds.
|
||||
|
@ -56528,8 +56536,10 @@ SLUS-21862:
|
|||
gameFixes:
|
||||
- SoftwareRendererFMVHack # Fixes vertical lines in FMVs.
|
||||
gsHWFixes:
|
||||
roundSprite: 2 # Corrects post processing position + fixes subsequent runs of starter FMV vertical lines.
|
||||
cpuCLUTRender: 1 # Reduces the bloomy blur of characters.
|
||||
clampModes:
|
||||
vu0ClampMode: 3 # Fixes bad dialog backgrounds.
|
||||
vu1ClampMode: 3 # Fixes SPS on characters.
|
||||
SLUS-21863:
|
||||
name: "Suzuki TT Superbikes - Real Road Racing Championship"
|
||||
|
|
Loading…
Reference in New Issue