From 56ec842c008ed3cc0c43b3ba12186359c3b03eb0 Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Thu, 12 Oct 2023 13:10:20 +0100 Subject: [PATCH] GameDB: Black Hawk Down fixes Fixes for misaligned bloom and likely depth issues. --- bin/resources/GameIndex.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index d09b3e382c412..522b0bc09f7fa 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -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"