From ddb313fd2b90893a58ab7179262e1b0f6fd01f41 Mon Sep 17 00:00:00 2001 From: Oymat <122278577+Oymat@users.noreply.github.com> Date: Fri, 20 Jan 2023 18:53:13 +0300 Subject: [PATCH] GameDB: Add Mipmapping and Trilinear to Parappa the Rapper 2 (#7924) Closes https://github.com/PCSX2/pcsx2/issues/7922 --- bin/resources/GameIndex.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index 39921e7252..dfcbcee732 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -2905,6 +2905,9 @@ SCES-50408: speedHacks: InstantVU1SpeedHack: 0 # Fixes noodles. MTVUSpeedHack: 0 + gsHWFixes: + mipmap: 2 # Fixes missing floor texture. + trilinearFiltering: 1 # Fixes fog effect. SCES-50409: name: "MotoGP 2" region: "PAL-M5" @@ -5618,6 +5621,9 @@ SCPS-15017: speedHacks: InstantVU1SpeedHack: 0 # Fixes noodles. MTVUSpeedHack: 0 + gsHWFixes: + mipmap: 2 # Fixes missing floor texture. + trilinearFiltering: 1 # Fixes fog effect. SCPS-15018: name: "Train Simulator Real, The - Yamanote Sen" region: "NTSC-J" @@ -6274,6 +6280,9 @@ SCPS-19201: speedHacks: InstantVU1SpeedHack: 0 # Fixes noodles. MTVUSpeedHack: 0 + gsHWFixes: + mipmap: 2 # Fixes missing floor texture. + trilinearFiltering: 1 # Fixes fog effect. SCPS-19202: name: "Extermination [PlayStation 2 The Best]" region: "NTSC-J" @@ -7284,6 +7293,9 @@ SCUS-97167: speedHacks: InstantVU1SpeedHack: 0 # Fixes noodles. MTVUSpeedHack: 0 + gsHWFixes: + mipmap: 2 # Fixes missing floor texture. + trilinearFiltering: 1 # Fixes fog effect. SCUS-97169: name: "Drakan - The Ancients' Gates [Demo]" region: "NTSC-U"