From 3206094545affc8e4af8bb871e64b1c04786d6d2 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:43:33 +0100 Subject: [PATCH] GameDB: Add full mipmap and trilinear ps2 to Hard Hitter games. Improves ground texture rendering. --- bin/resources/GameIndex.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index 68a8e72745..b130e6c237 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -10803,6 +10803,9 @@ SLES-50632: SLES-50636: name: "Centre Court - Hard Hitter" region: "PAL-M3" + gsHWFixes: + mipmap: 2 # Improves ground texture rendering. + trilinearFiltering: 1 SLES-50637: name: "Pro Rally 2002" region: "PAL-M5" @@ -11752,6 +11755,9 @@ SLES-51056: SLES-51057: name: "Hard Hitter 2" region: "PAL-M3" + gsHWFixes: + mipmap: 2 # Improves ground texture rendering. + trilinearFiltering: 1 SLES-51058: name: "Maken Shao - Demon Sword" region: "PAL-E" @@ -23234,6 +23240,9 @@ SLKA-15011: SLKA-15013: name: "Grand Slam 2003 Tennis" # Hard Hitter 2 region: "NTSC-K" + gsHWFixes: + mipmap: 2 # Improves ground texture rendering. + trilinearFiltering: 1 SLKA-15015: name: "Ichigeki Sacchuu!! HoiHoi-San" region: "NTSC-K" @@ -35634,6 +35643,9 @@ SLPS-20097: SLPS-20098: name: "Magical Sports - Hard Hitter" region: "NTSC-J" + gsHWFixes: + mipmap: 2 # Improves ground texture rendering. + trilinearFiltering: 1 SLPS-20099: name: "Dream Audition 3" region: "NTSC-J" @@ -35785,6 +35797,9 @@ SLPS-20171: SLPS-20173: name: "Magical Sports - Hard Hitter 2" region: "NTSC-J" + gsHWFixes: + mipmap: 2 # Improves ground texture rendering. + trilinearFiltering: 1 SLPS-20174: name: "Typing Renai Hakusho - Boys Be... [with Keyboard]" region: "NTSC-J" @@ -43188,6 +43203,9 @@ SLUS-20567: SLUS-20568: name: "Hard Hitter Tennis" region: "NTSC-U" + gsHWFixes: + mipmap: 2 # Improves ground texture rendering. + trilinearFiltering: 1 SLUS-20569: name: "All-Star Baseball 2004" region: "NTSC-U"