From dfb02468262f1ff42844f10fbe787b0b635610ec Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Sun, 25 Dec 2022 05:49:58 +0000 Subject: [PATCH] GameDB: Add Mipmapping to Eragon Adds mipmapping full trilinear PS2 and HPO Special to Eragon to fix up the rather terrible looking image quality. --- bin/resources/GameIndex.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index 35f62c1403..0d330f32ec 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -18740,9 +18740,17 @@ SLES-54158: SLES-54159: name: "Eragon" region: "PAL-M5" + gsHWFixes: + mipmap: 2 # Cleans up texture detail. + trilinearFiltering: 1 # Smoothes out mipmapping. + halfPixelOffset: 2 # Fixes post processing misalignment. SLES-54160: name: "Eragon" region: "PAL-R" + gsHWFixes: + mipmap: 2 # Cleans up texture detail. + trilinearFiltering: 1 # Smoothes out mipmapping. + halfPixelOffset: 2 # Fixes post processing misalignment. SLES-54161: name: "Super Dragon Ball Z" region: "PAL-E" @@ -46011,6 +46019,10 @@ SLUS-21322: compat: 5 clampModes: vuClampMode: 3 # Fixes SPS and spawn issues. + gsHWFixes: + mipmap: 2 # Cleans up texture detail. + trilinearFiltering: 1 # Smoothes out mipmapping. + halfPixelOffset: 2 # Fixes post processing misalignment. SLUS-21323: name: "Rampage - Total Destruction" region: "NTSC-U"