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: Add fixes for Shadow of the Colossus and Puchi Copter 2 #11587

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3953,6 +3953,8 @@ SCED-53947:
SCED-53962:
name: "Shadow of the Colossus [Demo]"
region: "PAL-M5"
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down Expand Up @@ -5565,6 +5567,8 @@ SCES-53326:
name: "Shadow of the Colossus"
region: "PAL-E"
compat: 5
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down Expand Up @@ -11311,6 +11315,8 @@ SCUS-97472:
name: "Shadow of the Colossus"
region: "NTSC-U"
compat: 5
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down Expand Up @@ -11528,6 +11534,8 @@ SCUS-97504:
SCUS-97505:
name: "Shadow of the Colossus [Demo]"
region: "NTSC-U"
roundModes:
eeRoundMode: 3 # Fixes Wander drifting when charging his attack on the ground.
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes water color.
halfPixelOffset: 1 # Fixes misalignments and borders on side.
Expand Down