GameINI: Add missing Vertex Rounding to GIQ.ini

This is necessary to actually fully fix the game at higher resolutions
and was forgotten in the earlier batch of INI changes.
This commit is contained in:
JMC47 2021-08-10 00:16:43 -04:00
parent 128e1029dd
commit 095afe25df

View File

@ -15,5 +15,8 @@
[Video_Settings]
[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