mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add Mipmap and Trilinear to Tony Hawk's Underground 2 (#8372)
This commit is contained in:
parent
0668e9bad9
commit
12f4d6f872
|
@ -15383,6 +15383,9 @@ SLES-52621:
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
roundModes:
|
roundModes:
|
||||||
vu1RoundMode: 0 # Crashes without.
|
vu1RoundMode: 0 # Crashes without.
|
||||||
|
gsHWFixes:
|
||||||
|
mipmap: 2 # Mipmap + trilinear, improves some textures to match sw renderer.
|
||||||
|
trilinearFiltering: 1
|
||||||
SLES-52622:
|
SLES-52622:
|
||||||
name: "Tony Hawk's Underground 2"
|
name: "Tony Hawk's Underground 2"
|
||||||
region: "PAL-M4"
|
region: "PAL-M4"
|
||||||
|
@ -45665,6 +45668,9 @@ SLUS-20965:
|
||||||
compat: 5
|
compat: 5
|
||||||
roundModes:
|
roundModes:
|
||||||
vu1RoundMode: 0 # Crashes without.
|
vu1RoundMode: 0 # Crashes without.
|
||||||
|
gsHWFixes:
|
||||||
|
mipmap: 2 # Mipmap + trilinear, improves some textures to match sw renderer.
|
||||||
|
trilinearFiltering: 1
|
||||||
SLUS-20966:
|
SLUS-20966:
|
||||||
name: "State of Emergency 2"
|
name: "State of Emergency 2"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue