Merge pull request #10015 from JMC47/gameinigiq
GameINI: Add missing Vertex Rounding to GIQ.ini
This commit is contained in:
commit
b0346ca980
|
@ -15,5 +15,8 @@
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
|
# Fixes shadows at higher resolution.
|
||||||
|
# Option has no effect at 1x IR, so no reason not to enable.
|
||||||
|
VertexRounding = True
|
||||||
|
# Needed for certain FMVs.
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue