From 4b54870da172f6df83fdb144ca4676a56eacb4af Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Sat, 13 May 2023 02:02:43 +0100 Subject: [PATCH] GameDB: Add MAD deinterlace and Round sprite to NASCAR Thunder games --- bin/resources/GameIndex.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index fa0c5992b2..3097ce9cdc 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -44527,6 +44527,7 @@ SLUS-20535: compat: 5 gsHWFixes: roundSprite: 1 # Fix horizontal and vertical lines when racing. + deinterlace: 8 # Fixes misdetection of game deinterlace. SLUS-20536: name: "NBA Live 2003" region: "NTSC-U" @@ -45614,6 +45615,9 @@ SLUS-20753: SLUS-20754: name: "NASCAR Thunder 2004" region: "NTSC-U" + gsHWFixes: + roundSprite: 1 # Fix horizontal and vertical lines when racing. + deinterlace: 8 # Fixes misdetection of game deinterlace. memcardFilters: - "PSCD10088" # Enables EA Sports BIO. - "SLUS-20754" @@ -45944,6 +45948,9 @@ SLUS-20823: SLUS-20824: name: "NASCAR Thunder 2004" region: "NTSC-U" + gsHWFixes: + roundSprite: 1 # Fix horizontal and vertical lines when racing. + deinterlace: 8 # Fixes misdetection of game deinterlace. memcardFilters: - "PSCD10088" # Enables EA Sports BIO. - "SLUS-20824"