Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GameDB: Xenosaga Eps III Fixes #10050

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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