mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Street Fighter EX3 - Fix the post processing at high resolution
When upscaled, the post processing is misaligned and there's a weird ghosting effect. The new "Natively downscale targets" hack solves it.
This commit is contained in:
parent
27e2138d6c
commit
32721f9f8f
|
@ -13106,6 +13106,7 @@ SLES-50072:
|
|||
compat: 5
|
||||
gsHWFixes:
|
||||
getSkipCount: "GSC_SFEX3"
|
||||
halfPixelOffset: 4 # Aligns post effects.
|
||||
SLES-50073:
|
||||
name: "Driving Emotion Type-S"
|
||||
region: "PAL-M5"
|
||||
|
@ -31048,6 +31049,7 @@ SLPM-60105:
|
|||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
getSkipCount: "GSC_SFEX3"
|
||||
halfPixelOffset: 4 # Aligns post effects.
|
||||
SLPM-60106:
|
||||
name: "Koei PlayStation 2 Line-Up"
|
||||
region: "NTSC-J"
|
||||
|
@ -48481,6 +48483,7 @@ SLPS-20003:
|
|||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
getSkipCount: "GSC_SFEX3"
|
||||
halfPixelOffset: 4 # Aligns post effects.
|
||||
SLPS-20004:
|
||||
name: "Kakinoki Shougi IV"
|
||||
region: "NTSC-J"
|
||||
|
@ -57501,6 +57504,7 @@ SLUS-20130:
|
|||
compat: 5
|
||||
gsHWFixes:
|
||||
getSkipCount: "GSC_SFEX3"
|
||||
halfPixelOffset: 4 # Aligns post effects.
|
||||
SLUS-20131:
|
||||
name: "Dark Angel - Vampire Apocalypse"
|
||||
region: "NTSC-U"
|
||||
|
|
Loading…
Reference in New Issue