From f8d90d68a34fd2fe8295e3fdbfd66805807c5f53 Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Mon, 12 Dec 2022 20:41:33 +0000 Subject: [PATCH] GameDB: Add mipmapping fixes for Monster Attack/Chikyuu Boueigun --- bin/resources/GameIndex.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index a94bd4fb1d..7e3d0aa0ea 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -13250,6 +13250,9 @@ SLES-51855: SLES-51856: name: "Monster Attack" region: "PAL-E" + gsHWFixes: + mipmap: 2 # Improves distant textures. + trilinearFiltering: 1 # Smooths high frequency textures on distant ground. SLES-51859: name: "Billiards Xciting" region: "PAL-E" @@ -25411,6 +25414,9 @@ SLPM-62343: SLPM-62344: name: "Simple 2000 Series Vol. 31 - The Chikyuu Boueigun" region: "NTSC-J" + gsHWFixes: + mipmap: 2 # Improves distant textures. + trilinearFiltering: 1 # Smooths high frequency textures on distant ground. SLPM-62345: name: "Simple 2000 Series Vol. 32 - The Sensha" region: "NTSC-J"