Skip to content

Commit

Permalink
GameDB: Radiata Stories
Browse files Browse the repository at this point in the history
Fixes random incorrect model position.
  • Loading branch information
2KRN4U authored and refractionpcsx2 committed Nov 30, 2023
1 parent 97cedb3 commit 62c0148
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,8 @@ SCAJ-20118:
region: "NTSC-J"
gameFixes:
- VuAddSubHack
clampModes:
eeClampMode: 2 # Fixes incorrect model position.
gsHWFixes:
alignSprite: 1 # Fixes vertical bars.
halfPixelOffset: 2 # Fixes misalignment bloom effects.
Expand Down Expand Up @@ -38941,6 +38943,8 @@ SLPM-65800:
region: "NTSC-J"
gameFixes:
- VuAddSubHack
clampModes:
eeClampMode: 2 # Fixes incorrect model position.
gsHWFixes:
alignSprite: 1 # Fixes vertical bars.
halfPixelOffset: 2 # Fixes misalignment bloom effects.
Expand Down Expand Up @@ -61665,6 +61669,8 @@ SLUS-21262:
compat: 5
gameFixes:
- VuAddSubHack
clampModes:
eeClampMode: 2 # Fixes incorrect model position.
gsHWFixes:
alignSprite: 1 # Fixes vertical bars.
halfPixelOffset: 2 # Fixes misalignment bloom effects.
Expand Down

0 comments on commit 62c0148

Please sign in to comment.