Skip to content

Commit

Permalink
GameDB: FFX International fixes
Browse files Browse the repository at this point in the history
Fixes for character flickering caused by the EE clamp mode being set to full.
  • Loading branch information
JordanTheToaster authored and stenzek committed Dec 11, 2023
1 parent 5718c3d commit 1d86d67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27994,6 +27994,7 @@ SLKA-25214:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
vu0ClampMode: 3 # Fixes character flickering caused by EE clamp full.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLKA-25215:
Expand Down Expand Up @@ -35338,6 +35339,7 @@ SLPM-65115:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
vu0ClampMode: 3 # Fixes character flickering caused by EE clamp full.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLPM-65116:
Expand Down Expand Up @@ -44109,6 +44111,7 @@ SLPM-66677:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
vu0ClampMode: 3 # Fixes character flickering caused by EE clamp full.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLPM-66678:
Expand Down Expand Up @@ -46023,6 +46026,7 @@ SLPM-67513:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
vu0ClampMode: 3 # Fixes character flickering caused by EE clamp full.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLPM-67514:
Expand Down Expand Up @@ -49665,6 +49669,7 @@ SLPS-25088:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
vu0ClampMode: 3 # Fixes character flickering caused by EE clamp full.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLPS-25089:
Expand Down

0 comments on commit 1d86d67

Please sign in to comment.