mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Black Hawk Down fixes
Fixes for misaligned bloom and likely depth issues.
This commit is contained in:
parent
c3420a0a6e
commit
56ec842c00
|
@ -19450,6 +19450,10 @@ SLES-53297:
|
|||
SLES-53299:
|
||||
name: "Delta Force - Black Hawk Down"
|
||||
region: "PAL-M5"
|
||||
gsHWFixes:
|
||||
autoFlush: 1 # Fixes bloom misalignment.
|
||||
halfPixelOffset: 2 # Fixes bloom misalignment.
|
||||
textureInsideRT: 1 # Fixes sky bloom.
|
||||
SLES-53300:
|
||||
name: "SOCOM 3 - U.S. Navy SEALs"
|
||||
region: "PAL-Unk"
|
||||
|
@ -52520,6 +52524,10 @@ SLUS-21124:
|
|||
name: "Delta Force - Black Hawk Down"
|
||||
region: "NTSC-U"
|
||||
compat: 5
|
||||
gsHWFixes:
|
||||
autoFlush: 1 # Fixes bloom misalignment.
|
||||
halfPixelOffset: 2 # Fixes bloom misalignment.
|
||||
textureInsideRT: 1 # Fixes sky bloom.
|
||||
SLUS-21125:
|
||||
name: "Airborne Troops - Countdown to D-Day"
|
||||
region: "NTSC-U"
|
||||
|
|
Loading…
Reference in New Issue