mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add basic mipmap to Narc and Tom & Jerry War of the Whiskers.
Fixes textures.
This commit is contained in:
parent
e8d43f53d9
commit
1012dba8d7
|
@ -26382,6 +26382,7 @@ SLPM-62449:
|
||||||
name: "Tom & Jerry - War of the Whiskers"
|
name: "Tom & Jerry - War of the Whiskers"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
|
mipmap: 1 # Cleans up texture detail.
|
||||||
disableDepthSupport: 1 # Fixes shadow flicker.
|
disableDepthSupport: 1 # Fixes shadow flicker.
|
||||||
SLPM-62450:
|
SLPM-62450:
|
||||||
name: "Karaoke Revolution - Anime Song Selection"
|
name: "Karaoke Revolution - Anime Song Selection"
|
||||||
|
@ -42013,6 +42014,7 @@ SLUS-20355:
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
compat: 5
|
compat: 5
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
|
mipmap: 1 # Cleans up texture detail.
|
||||||
disableDepthSupport: 1 # Fixes shadow flicker.
|
disableDepthSupport: 1 # Fixes shadow flicker.
|
||||||
SLUS-20356:
|
SLUS-20356:
|
||||||
name: "Transworld SURF"
|
name: "Transworld SURF"
|
||||||
|
@ -43801,6 +43803,8 @@ SLUS-20730:
|
||||||
name: "NARC"
|
name: "NARC"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
compat: 5
|
compat: 5
|
||||||
|
gsHWFixes:
|
||||||
|
mipmap: 1 # Fixes textures.
|
||||||
SLUS-20731:
|
SLUS-20731:
|
||||||
name: "Tony Hawk's Underground"
|
name: "Tony Hawk's Underground"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue