mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Added EE Rounding (Nearest) for WRC, fixes Subaru crash
This commit is contained in:
parent
6e47834e8a
commit
2057f3ff15
|
@ -1330,6 +1330,7 @@ Name = World Rally Championship
|
|||
Region = PAL-M7
|
||||
Compat = 5
|
||||
EETimingHack = 1 // Fix in-game Freeze.
|
||||
eeRoundMode = 0 // Fixes crash when using the Subaru
|
||||
---------------------------------------------
|
||||
Serial = SCES-50240
|
||||
Name = Extermination
|
||||
|
@ -33748,6 +33749,7 @@ Region = NTSC-J
|
|||
Serial = SLPS-25099
|
||||
Name = World Rally Championship
|
||||
Region = NTSC-J
|
||||
eeRoundMode = 0 // Fixes crash when using the Subaru
|
||||
---------------------------------------------
|
||||
Serial = SLPS-25100
|
||||
Name = Tekken 4
|
||||
|
@ -39095,6 +39097,7 @@ Region = NTSC-U
|
|||
Compat = 2
|
||||
vuClampMode = 3 // Fixes water rendering.
|
||||
XgKickHack = 1 // Fixes SPS while ingame.
|
||||
eeRoundMode = 0 // Fixes crash when using the Subaru
|
||||
---------------------------------------------
|
||||
Serial = SLUS-20419
|
||||
Name = World Rally Championship
|
||||
|
|
Loading…
Reference in New Issue