Skip to content

Commit

Permalink
GameDB: Xenosaga Eps III Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz authored and refractionpcsx2 committed Oct 1, 2023
1 parent 0d3d115 commit 63826f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1761,15 +1761,15 @@ SCAJ-20179:
region: "NTSC-Unk"
gsHWFixes:
autoFlush: 2 # Fixes shadows in cutscenes.
halfPixelOffset: 1 # Fixes lighting misalignment and reduces ground shadows (probably texture cache issue).
halfPixelOffset: 2 # Fixes lighting misalignment and reduces ground shadows (probably texture cache issue).
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes bad crystal surfaces.
SCAJ-20180:
name: "Xenosaga Episode III - Also Sprach Zarathustra [Disc 2 of 2]"
region: "NTSC-Unk"
gsHWFixes:
autoFlush: 2 # Fixes shadows in cutscenes.
halfPixelOffset: 1 # Fixes lighting misalignment and reduces ground shadows (probably texture cache issue).
halfPixelOffset: 2 # Fixes lighting misalignment and reduces ground shadows (probably texture cache issue).
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes bad crystal surfaces.
SCAJ-20181:
Expand Down Expand Up @@ -29756,7 +29756,7 @@ SLPM-61147:
region: "NTSC-J"
gsHWFixes:
autoFlush: 2 # Fixes shadows in cutscenes.
halfPixelOffset: 1 # Fixes lighting misalignment and reduces ground shadows (probably texture cache issue).
halfPixelOffset: 2 # Fixes lighting misalignment and reduces ground shadows (probably texture cache issue).
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes bad crystal surfaces.
SLPM-61148:
Expand Down Expand Up @@ -44983,7 +44983,7 @@ SLPS-25640:
compat: 5
gsHWFixes:
autoFlush: 2 # Fixes shadows in cutscenes.
halfPixelOffset: 1 # Fixes lighting misalignment and reduces ground shadows (probably texture cache issue).
halfPixelOffset: 2 # Fixes lighting misalignment and reduces ground shadows (probably texture cache issue).
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes bad crystal surfaces.
memcardFilters: # Allows import of Xenosaga II save data.
Expand All @@ -44995,7 +44995,7 @@ SLPS-25641:
compat: 5
gsHWFixes:
autoFlush: 2 # Fixes shadows in cutscenes.
halfPixelOffset: 1 # Fixes lighting misalignment and reduces ground shadows (probably texture cache issue).
halfPixelOffset: 2 # Fixes lighting misalignment and reduces ground shadows (probably texture cache issue).
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes bad crystal surfaces.
memcardFilters:
Expand Down Expand Up @@ -54048,7 +54048,7 @@ SLUS-21389:
compat: 5
gsHWFixes:
autoFlush: 2
halfPixelOffset: 1 # Fixes lighting misalignment and reduces ground shadows.
halfPixelOffset: 2 # Fixes lighting misalignment and reduces ground shadows.
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes bad crystal surfaces.
memcardFilters: # Allows import of Xenosaga II save data.
Expand Down Expand Up @@ -54200,7 +54200,7 @@ SLUS-21417:
compat: 5
gsHWFixes:
autoFlush: 2
halfPixelOffset: 1 # Fixes lighting misalignment and reduces ground shadows.
halfPixelOffset: 2 # Fixes lighting misalignment and reduces ground shadows.
roundSprite: 2 # Fixes font artifacts.
textureInsideRT: 1 # Fixes bad crystal surfaces.
memcardFilters:
Expand Down

0 comments on commit 63826f5

Please sign in to comment.