mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add HW/Upscale fixes for King's Field IV
This commit is contained in:
parent
f2b172738f
commit
92d43d042d
|
@ -11038,6 +11038,9 @@ SLES-50920:
|
||||||
name: "King's Field IV"
|
name: "King's Field IV"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
compat: 5
|
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.
|
||||||
patches:
|
patches:
|
||||||
401F4726:
|
401F4726:
|
||||||
content: |-
|
content: |-
|
||||||
|
@ -35063,6 +35066,9 @@ SLPS-25055:
|
||||||
SLPS-25057:
|
SLPS-25057:
|
||||||
name: "King's Field IV"
|
name: "King's Field IV"
|
||||||
region: "NTSC-J"
|
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.
|
||||||
patches:
|
patches:
|
||||||
04C3765E:
|
04C3765E:
|
||||||
content: |-
|
content: |-
|
||||||
|
@ -39969,6 +39975,7 @@ SLUS-20318:
|
||||||
compat: 5
|
compat: 5
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
preloadFrameData: 1 # Fixes invisible lava, there is another issue that needs skipdraw 1 for blurry font but it removes much brightness.
|
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.
|
||||||
patches:
|
patches:
|
||||||
36E02E91:
|
36E02E91:
|
||||||
content: |-
|
content: |-
|
||||||
|
@ -40116,6 +40123,7 @@ SLUS-20353:
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
preloadFrameData: 1 # Fixes invisible lava, there is another issue that needs skipdraw 1 for blurry font but it removes much brightness.
|
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.
|
||||||
SLUS-20354:
|
SLUS-20354:
|
||||||
name: "Red Card Soccer 2003"
|
name: "Red Card Soccer 2003"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue