Skip to content

Commit

Permalink
GameDB: Upscaling fixes for King's Field IV
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladN1 authored and refractionpcsx2 committed Sep 10, 2023
1 parent a4a6929 commit 5df6fc4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13712,7 +13712,8 @@ SLES-50920:
compat: 5
gsHWFixes:
preloadFrameData: 1 # Fixes invisible lava, there is another issue that needs skipdraw 1 for blurry font but it removes much brightness.
halfPixelOffset: 2 # Fixes font rendering.
cpuSpriteRenderBW: 2 # Fixes sky and lava when upscaling.
cpuSpriteRenderLevel: 2 # Needed for above.
patches:
401F4726:
content: |-
Expand Down Expand Up @@ -42653,7 +42654,8 @@ SLPS-25057:
region: "NTSC-J"
gsHWFixes:
preloadFrameData: 1 # Fixes invisible lava, there is another issue that needs skipdraw 1 for blurry font but it removes much brightness.
halfPixelOffset: 2 # Fixes font rendering.
cpuSpriteRenderBW: 2 # Fixes sky and lava when upscaling.
cpuSpriteRenderLevel: 2 # Needed for above.
patches:
04C3765E:
content: |-
Expand Down Expand Up @@ -48122,7 +48124,8 @@ SLUS-20318:
compat: 5
gsHWFixes:
preloadFrameData: 1 # Fixes invisible lava, there is another issue that needs skipdraw 1 for blurry font but it removes much brightness.
halfPixelOffset: 2 # Fixes font rendering.
cpuSpriteRenderBW: 2 # Fixes sky and lava when upscaling.
cpuSpriteRenderLevel: 2 # Needed for above.
patches:
36E02E91:
content: |-
Expand Down Expand Up @@ -48290,7 +48293,8 @@ SLUS-20353:
region: "NTSC-U"
gsHWFixes:
preloadFrameData: 1 # Fixes invisible lava, there is another issue that needs skipdraw 1 for blurry font but it removes much brightness.
halfPixelOffset: 2 # Fixes font rendering.
cpuSpriteRenderBW: 2 # Fixes sky and lava when upscaling.
cpuSpriteRenderLevel: 2 # Needed for above.
SLUS-20354:
name: "Red Card Soccer 2003"
region: "NTSC-U"
Expand Down

0 comments on commit 5df6fc4

Please sign in to comment.