mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add Mipmapping and Trilinear to Parappa the Rapper 2 (#7924)
Closes https://github.com/PCSX2/pcsx2/issues/7922
This commit is contained in:
parent
8f183955a0
commit
ddb313fd2b
|
@ -2905,6 +2905,9 @@ SCES-50408:
|
||||||
speedHacks:
|
speedHacks:
|
||||||
InstantVU1SpeedHack: 0 # Fixes noodles.
|
InstantVU1SpeedHack: 0 # Fixes noodles.
|
||||||
MTVUSpeedHack: 0
|
MTVUSpeedHack: 0
|
||||||
|
gsHWFixes:
|
||||||
|
mipmap: 2 # Fixes missing floor texture.
|
||||||
|
trilinearFiltering: 1 # Fixes fog effect.
|
||||||
SCES-50409:
|
SCES-50409:
|
||||||
name: "MotoGP 2"
|
name: "MotoGP 2"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
|
@ -5618,6 +5621,9 @@ SCPS-15017:
|
||||||
speedHacks:
|
speedHacks:
|
||||||
InstantVU1SpeedHack: 0 # Fixes noodles.
|
InstantVU1SpeedHack: 0 # Fixes noodles.
|
||||||
MTVUSpeedHack: 0
|
MTVUSpeedHack: 0
|
||||||
|
gsHWFixes:
|
||||||
|
mipmap: 2 # Fixes missing floor texture.
|
||||||
|
trilinearFiltering: 1 # Fixes fog effect.
|
||||||
SCPS-15018:
|
SCPS-15018:
|
||||||
name: "Train Simulator Real, The - Yamanote Sen"
|
name: "Train Simulator Real, The - Yamanote Sen"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
|
@ -6274,6 +6280,9 @@ SCPS-19201:
|
||||||
speedHacks:
|
speedHacks:
|
||||||
InstantVU1SpeedHack: 0 # Fixes noodles.
|
InstantVU1SpeedHack: 0 # Fixes noodles.
|
||||||
MTVUSpeedHack: 0
|
MTVUSpeedHack: 0
|
||||||
|
gsHWFixes:
|
||||||
|
mipmap: 2 # Fixes missing floor texture.
|
||||||
|
trilinearFiltering: 1 # Fixes fog effect.
|
||||||
SCPS-19202:
|
SCPS-19202:
|
||||||
name: "Extermination [PlayStation 2 The Best]"
|
name: "Extermination [PlayStation 2 The Best]"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
|
@ -7284,6 +7293,9 @@ SCUS-97167:
|
||||||
speedHacks:
|
speedHacks:
|
||||||
InstantVU1SpeedHack: 0 # Fixes noodles.
|
InstantVU1SpeedHack: 0 # Fixes noodles.
|
||||||
MTVUSpeedHack: 0
|
MTVUSpeedHack: 0
|
||||||
|
gsHWFixes:
|
||||||
|
mipmap: 2 # Fixes missing floor texture.
|
||||||
|
trilinearFiltering: 1 # Fixes fog effect.
|
||||||
SCUS-97169:
|
SCUS-97169:
|
||||||
name: "Drakan - The Ancients' Gates [Demo]"
|
name: "Drakan - The Ancients' Gates [Demo]"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue