From a90f008cd971780c0047cd58c29a08dc3db39377 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 19 Sep 2026 13:14:38 +1000 Subject: [PATCH] GameDB: Fix typo in DisableUpscaledDirectTextures --- data/resources/gamedb.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/resources/gamedb.yaml b/data/resources/gamedb.yaml index e64320ec1..65830c88e 100644 --- a/data/resources/gamedb.yaml +++ b/data/resources/gamedb.yaml @@ -54417,7 +54417,7 @@ SLES-03428: - DigitalController traits: - DisableWidescreen # Static backgrounds. - - DisableUpscaledDirectTextures: # Fixes part of background texture filtering. + - DisableUpscaledDirectTextures # Fixes part of background texture filtering. settings: gpuPGXPPreserveProjFP: true # Fixes jitter in character models. gpuFilterFramebufferUploads: 16x208 # Fixes part of background texture filtering. @@ -54443,7 +54443,7 @@ SLES-13428: - DigitalController traits: - DisableWidescreen # Static backgrounds. - - DisableUpscaledDirectTextures: # Fixes part of background texture filtering. + - DisableUpscaledDirectTextures # Fixes part of background texture filtering. settings: gpuPGXPPreserveProjFP: true # Fixes jitter in character models. gpuFilterFramebufferUploads: 16x208 # Fixes part of background texture filtering. @@ -54472,7 +54472,7 @@ SLUS-01072: - DigitalController traits: - DisableWidescreen # Static backgrounds. - - DisableUpscaledDirectTextures: # Fixes part of background texture filtering. + - DisableUpscaledDirectTextures # Fixes part of background texture filtering. settings: gpuPGXPPreserveProjFP: true # Fixes jitter in character models. gpuFilterFramebufferUploads: 16x208 # Fixes part of background texture filtering. @@ -54501,7 +54501,7 @@ SLUS-01326: - DigitalController traits: - DisableWidescreen # Static backgrounds. - - DisableUpscaledDirectTextures: # Fixes part of background texture filtering. + - DisableUpscaledDirectTextures # Fixes part of background texture filtering. settings: gpuPGXPPreserveProjFP: true # Fixes jitter in character models. gpuFilterFramebufferUploads: 16x208 # Fixes part of background texture filtering.