mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Adjust hwfixes for Tom & Jerry's War of the Wiskers.
Change mipmap basic to full with trilinear and add it to a missing region.
This commit is contained in:
parent
ad1f5fc18d
commit
43e700036d
|
@ -14510,6 +14510,8 @@ SLES-51053:
|
||||||
name: "Tom & Jerry's War of the Wiskers"
|
name: "Tom & Jerry's War of the Wiskers"
|
||||||
region: "PAL-M6"
|
region: "PAL-M6"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
|
mipmap: 2 # Mipmap + trilinear, cleans up texture detail.
|
||||||
|
trilinearFiltering: 1
|
||||||
disableDepthSupport: 1 # Fixes shadow flicker.
|
disableDepthSupport: 1 # Fixes shadow flicker.
|
||||||
SLES-51054:
|
SLES-51054:
|
||||||
name: "Midnight Club 2"
|
name: "Midnight Club 2"
|
||||||
|
@ -32409,7 +32411,8 @@ SLPM-62449:
|
||||||
name-en: "Tom & Jerry - War of the Whiskers"
|
name-en: "Tom & Jerry - War of the Whiskers"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1 # Cleans up texture detail.
|
mipmap: 2 # Mipmap + trilinear, cleans up texture detail.
|
||||||
|
trilinearFiltering: 1
|
||||||
disableDepthSupport: 1 # Fixes shadow flicker.
|
disableDepthSupport: 1 # Fixes shadow flicker.
|
||||||
SLPM-62450:
|
SLPM-62450:
|
||||||
name: カラオケレボリューション 〜アニメソングコレクション〜
|
name: カラオケレボリューション 〜アニメソングコレクション〜
|
||||||
|
@ -56124,7 +56127,8 @@ SLUS-20355:
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
compat: 5
|
compat: 5
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1 # Cleans up texture detail.
|
mipmap: 2 # Mipmap + trilinear, cleans up texture detail.
|
||||||
|
trilinearFiltering: 1
|
||||||
disableDepthSupport: 1 # Fixes shadow flicker.
|
disableDepthSupport: 1 # Fixes shadow flicker.
|
||||||
SLUS-20356:
|
SLUS-20356:
|
||||||
name: "Transworld SURF"
|
name: "Transworld SURF"
|
||||||
|
|
Loading…
Reference in New Issue