From 5e191a6cd850507bd49caa6cba99bcb7fc430d6f Mon Sep 17 00:00:00 2001 From: Stenzek Date: Thu, 4 Jan 2024 15:32:33 +1000 Subject: [PATCH] GameDB: Add fullblend/autoflush/tex-in-RT for Catwoman --- bin/resources/GameIndex.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index 8b7eb0bf54..687dc0a681 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -18328,6 +18328,11 @@ SLES-52563: SLES-52567: name: "Catwoman" region: "PAL-M7" + gsHWFixes: + recommendedBlendingLevel: 4 # Fixes bloom. + autoFlush: 1 # Fixes ghosting. + textureInsideRT: 1 # Required for offset RTs/textures for post-processing. + roundSprite: 2 # Fixes misaligned post-processing. SLES-52568: name: "Crash Twinsanity" region: "PAL-M5" @@ -60459,6 +60464,11 @@ SLUS-20992: name: "Catwoman" region: "NTSC-U" compat: 5 + gsHWFixes: + recommendedBlendingLevel: 4 # Fixes bloom. + autoFlush: 1 # Fixes ghosting. + textureInsideRT: 1 # Required for offset RTs/textures for post-processing. + roundSprite: 2 # Fixes misaligned post-processing. SLUS-20993: name: "Ghosthunter" region: "NTSC-U"