mirror of https://github.com/PCSX2/pcsx2.git
Merge f0ed7b2969
into 3a2c78d17c
This commit is contained in:
commit
ac8a5f74fe
|
@ -27089,6 +27089,8 @@ SLES-54714:
|
|||
region: "PAL-E"
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Crashes without.
|
||||
speedHacks:
|
||||
mtvu: 0 # Prevents the game from crashing after the tutorial.
|
||||
gsHWFixes:
|
||||
minimumBlendingLevel: 3 # Fixes broken lighting on ground and buildings.
|
||||
halfPixelOffset: 4 # Mostly aligns post-processing.
|
||||
|
@ -27099,6 +27101,8 @@ SLES-54715:
|
|||
region: "PAL-M4"
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Crashes without.
|
||||
speedHacks:
|
||||
mtvu: 0 # Prevents the game from crashing after the tutorial.
|
||||
gsHWFixes:
|
||||
minimumBlendingLevel: 3 # Fixes broken lighting on ground and buildings.
|
||||
halfPixelOffset: 4 # Mostly aligns post-processing.
|
||||
|
@ -70937,6 +70941,8 @@ SLUS-21456:
|
|||
compat: 5
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Crashes without.
|
||||
speedHacks:
|
||||
mtvu: 0 # Prevents the game from crashing after the tutorial.
|
||||
gsHWFixes:
|
||||
minimumBlendingLevel: 3 # Fixes broken lighting on ground and buildings.
|
||||
halfPixelOffset: 4 # Mostly aligns post-processing.
|
||||
|
|
Loading…
Reference in New Issue