Skip to content

Commit

Permalink
GameDB: Various gs hw fixes.
Browse files Browse the repository at this point in the history
Kazoku Keikaku - Kokoro no Kizuna:
Replace gpuTargetCLUT with cpuCLUTRender, fixes black letters.

Ricky Ponting International Cricket 2007:
Change mipamp basic to mipmap full with ps2 trilinear.
Add cpuSpriteRenderBW 4, fixes garbage menus.
Add the hw fixes to all serials.
Add recommended blend level to full, to fix dark stage.

Cat in the Hat, The:
Add full mipmap with ps2 trilinear, improves textures to match sw renderer.
  • Loading branch information
lightningterror committed Sep 16, 2023
1 parent da8db72 commit 14cf008
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16241,6 +16241,8 @@ SLES-52034:
name: "Cat in the Hat, The"
region: "PAL-M5"
gsHWFixes:
mipmap: 2 # Mipmap + trilinear, improves textures to match sw renderer.
trilinearFiltering: 1
autoFlush: 2
SLES-52036:
name: "WWE SmackDown! - Here Comes the Pain!"
Expand Down Expand Up @@ -22048,10 +22050,18 @@ SLES-54230:
region: "PAL-E"
compat: 5
gsHWFixes:
mipmap: 1
recommendedBlendingLevel: 4 # Fixes dark stage rendering.
mipmap: 2 # Mipmap + trilinear, improves stadium crowd to match sw renderer.
trilinearFiltering: 1
cpuSpriteRenderBW: 4 # Fixes garbage menus.
SLES-54231:
name: "Ricky Ponting International Cricket 2007"
region: "PAL-A"
gsHWFixes:
recommendedBlendingLevel: 4 # Fixes dark stage rendering.
mipmap: 2 # Mipmap + trilinear, improves stadium crowd to match sw renderer.
trilinearFiltering: 1
cpuSpriteRenderBW: 4 # Fixes garbage menus.
SLES-54232:
name: "Kingdom Hearts II"
region: "PAL-F"
Expand Down Expand Up @@ -35562,7 +35572,7 @@ SLPM-65889:
name: "Kazoku Keikaku - Kokoro no Kizuna"
region: "NTSC-J"
gsHWFixes:
gpuTargetCLUT: 1 # Fixes broken colors.
cpuCLUTRender: 1 # Fixes broken colors.
SLPM-65890:
name: "Shin Sangoku Musou 4"
region: "NTSC-J"
Expand Down Expand Up @@ -50601,6 +50611,8 @@ SLUS-20797:
region: "NTSC-U"
compat: 5
gsHWFixes:
mipmap: 2 # Mipmap + trilinear, improves textures to match sw renderer.
trilinearFiltering: 1
autoFlush: 2
SLUS-20798:
name: "Starcraft - Ghost"
Expand Down

0 comments on commit 14cf008

Please sign in to comment.