Skip to content

Commit

Permalink
GameDB: add EE clamping to FFX
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrlinkwii authored and refractionpcsx2 committed Oct 30, 2023
1 parent ae49012 commit d0371b0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2304,6 +2304,8 @@ SCED-50642:
region: "PAL-E"
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SCED-50660:
Expand Down Expand Up @@ -2426,6 +2428,8 @@ SCED-50907:
region: "PAL-Unk"
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SCED-50916:
Expand Down Expand Up @@ -4088,13 +4092,17 @@ SCES-50490:
compat: 5
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SCES-50491:
name: "Final Fantasy X"
region: "PAL-F"
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SCES-50492:
Expand All @@ -4103,20 +4111,26 @@ SCES-50492:
compat: 5
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SCES-50493:
name: "Final Fantasy X"
region: "PAL-I"
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SCES-50494:
name: "Final Fantasy X"
region: "PAL-S"
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SCES-50499:
Expand Down Expand Up @@ -27765,6 +27779,8 @@ SLKA-25214:
region: "NTSC-K"
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLKA-25215:
Expand Down Expand Up @@ -35067,6 +35083,8 @@ SLPM-65115:
region: "NTSC-J"
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLPM-65116:
Expand Down Expand Up @@ -40524,6 +40542,8 @@ SLPM-66124:
region: "NTSC-J"
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLPM-66125:
Expand Down Expand Up @@ -43798,6 +43818,8 @@ SLPM-66677:
region: "NTSC-J"
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLPM-66678:
Expand Down Expand Up @@ -45706,6 +45728,8 @@ SLPM-67513:
region: "NTSC-K"
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLPM-67514:
Expand Down Expand Up @@ -49318,6 +49342,8 @@ SLPS-25088:
compat: 5
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLPS-25089:
Expand Down Expand Up @@ -54161,6 +54187,8 @@ SLPS-72501:
region: "NTSC-J"
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLPS-72502:
Expand Down Expand Up @@ -56263,6 +56291,8 @@ SLUS-20312:
compat: 5
roundModes:
eeRoundMode: 1 # Fixes reverse control and boss in some places.
clampModes:
eeClampMode: 3 # Fixes animations.
gsHWFixes:
roundSprite: 2 # Fixes font artifacts.
SLUS-20313:
Expand Down

0 comments on commit d0371b0

Please sign in to comment.