From ed63221c7e8889ce5a4de35842bd2c452f94af2a Mon Sep 17 00:00:00 2001 From: SeruranBlue <121824800+SeruranBlue@users.noreply.github.com> Date: Sat, 22 Apr 2023 11:02:46 +0900 Subject: [PATCH] GameDB: Fixes for Air Ranger: Rescue Helicopter (#8711) --- bin/resources/GameIndex.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index 77d93871f7..12176cceb3 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -12004,6 +12004,9 @@ SLES-50953: region: "PAL-E" gameFixes: - VUSyncHack # Fixes graphics. + gsHWFixes: + mipmap: 2 # Fixes ground graphics. + trilinearFiltering: 1 # Fixes ground graphics. SLES-50954: name: "Tokyo Road Race" region: "PAL-E" @@ -36641,6 +36644,9 @@ SLPS-20083: region: "NTSC-J" gameFixes: - VUSyncHack # Fixes graphics. + gsHWFixes: + mipmap: 2 # Fixes ground graphics. + trilinearFiltering: 1 # Fixes ground graphics. SLPS-20084: name: "Basic Studio [Disc 1]" region: "NTSC-J" @@ -36945,6 +36951,9 @@ SLPS-20216: region: "NTSC-J" gameFixes: - VUSyncHack # Fixes graphics. + gsHWFixes: + mipmap: 2 # Fixes ground graphics. + trilinearFiltering: 1 # Fixes ground graphics. SLPS-20217: name: "Hokka Hoka Sentou" region: "NTSC-J"