From 865c103d42e3e22a5f59aac819a77668dbd7ce4b Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Mon, 31 Oct 2022 00:05:09 +0000 Subject: [PATCH] GameDB: Add SW CLUT draws to Ridge Racer, Fixes car textures. Warning: This is possibly a misdetection, so it might break later on. --- bin/resources/GameIndex.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index 59c6ecad88..a9bb3356dc 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -2664,6 +2664,7 @@ SCES-50000: halfPixelOffset: 2 # Fixes title screen and some intro post processing alignment. roundSprite: 1 # Fixes ui and hud alignment. gpuPaletteConversion: 2 # Lots of CLUTs in large textures. + cpuCLUTRender: 1 # Fixes car textures. SCES-50001: name: "Tekken Tag Tournament" region: "PAL-M5" @@ -23809,6 +23810,7 @@ SLPM-60109: halfPixelOffset: 2 # Fixes title screen and some intro post processing alignment. roundSprite: 1 # Fixes ui and hud alignment. gpuPaletteConversion: 2 # Lots of CLUTs in large textures. + cpuCLUTRender: 1 # Fixes car textures. SLPM-60123: name: "Gekikuukan Pro Baseball - The End of the Century 1999 [Trial]" region: "NTSC-J" @@ -33761,6 +33763,7 @@ SLPS-20001: halfPixelOffset: 2 # Fixes title screen and some intro post processing alignment. roundSprite: 1 # Fixes ui and hud alignment. gpuPaletteConversion: 2 # Lots of CLUTs in large textures. + cpuCLUTRender: 1 # Fixes car textures. SLPS-20002: name: "Doukyu Billiards" region: "NTSC-J" @@ -39011,6 +39014,7 @@ SLUS-20002: halfPixelOffset: 2 # Fixes title screen and some intro post processing alignment. roundSprite: 1 # Fixes ui and hud alignment. gpuPaletteConversion: 2 # Lots of CLUTs in large textures. + cpuCLUTRender: 1 # Fixes car textures. SLUS-20003: name: "Portal Runner" region: "NTSC-U"