mirror of https://github.com/PCSX2/pcsx2.git
GameDB: MTX Mototrax glitchy graphics fixes
This PR add a VU rounding mode fix to MTX Mototrax which solve glitchy graphics ingame. Tested by forum member: wheninrome
This commit is contained in:
parent
51ba799779
commit
66487b18e3
|
@ -11608,10 +11608,12 @@ Region = PAL-M5
|
|||
Serial = SLES-52289
|
||||
Name = MTX Mototrax
|
||||
Region = PAL-E
|
||||
vuRoundMode = 0 // Fixes glitchy graphics ingame.
|
||||
---------------------------------------------
|
||||
Serial = SLES-52290
|
||||
Name = MTX Mototrax
|
||||
Region = PAL-F
|
||||
vuRoundMode = 0 // Fixes glitchy graphics ingame.
|
||||
---------------------------------------------
|
||||
Serial = SLES-52291
|
||||
Name = Countryside Bears
|
||||
|
@ -36508,6 +36510,7 @@ Serial = SLUS-20399
|
|||
Name = MTX Mototrax
|
||||
Region = NTSC-U
|
||||
Compat = 5
|
||||
vuRoundMode = 0 // Fixes glitchy graphics ingame.
|
||||
---------------------------------------------
|
||||
Serial = SLUS-20400
|
||||
Name = Mission Impossible - Operation Surma
|
||||
|
|
Loading…
Reference in New Issue