From e17f592602c4a7ce548b0adde886c0246d1b14fe Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Fri, 25 Nov 2022 13:55:03 +0000 Subject: [PATCH] GameDB: Set texture preloading to Partial for Espagaluda Setts texture preloading to partial to almost double the speed of the game because it's stupid and seems to absolutely destroy the HC. --- bin/resources/GameIndex.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index ecd58b9559..92728dbbd9 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -36889,6 +36889,8 @@ SLPS-25352: name: "Espgaluda" region: "NTSC-J" compat: 5 + gsHWFixes: + texturePreloading: 1 # Performs much better with partial preload. SLPS-25353: name: "Xenosaga Freaks" region: "NTSC-J"