From 89a62d5d81b52bd3eb007521025138dfcb5d4ea6 Mon Sep 17 00:00:00 2001 From: Dreadmoth Date: Sun, 3 Nov 2024 18:14:03 +1000 Subject: [PATCH] GameDB: Champions PAL fixes --- bin/resources/GameIndex.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index cac0d82d3aedb..f6ebf0975c4f7 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -18688,6 +18688,9 @@ SLES-52325: - BlitInternalFPSHack # Fixes internal fps detection in some areas. gsHWFixes: estimateTextureRegion: 1 # Improves performance. + roundSprite: 1 # Fixes lines in menus HUD and in game. + halfPixelOffset: 2 # Fixes edge garbage. + PCRTCOverscan: 1 # Fixes offscreen image. SLES-52326: name: "Spawn - Armageddon" region: "PAL-M5" @@ -18788,6 +18791,9 @@ SLES-52373: - BlitInternalFPSHack # Fixes internal fps detection in some areas. gsHWFixes: estimateTextureRegion: 1 # Improves performance. + roundSprite: 1 # Fixes lines in menus HUD and in game. + halfPixelOffset: 2 # Fixes edge garbage. + PCRTCOverscan: 1 # Fixes offscreen image. SLES-52374: name: "Fight Night 2004" region: "PAL-M3" @@ -20855,6 +20861,7 @@ SLES-53039: estimateTextureRegion: 1 # Improves performance. roundSprite: 1 # Fixes lines in menus HUD and in game. halfPixelOffset: 2 # Fixes erroneous line in menus. + PCRTCOverscan: 1 # Fixes offscreen image. memcardFilters: # Allows import of characters from first game. - "SLES-53039" - "SLES-52325"