mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
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:
parent
128e1029dd
commit
095afe25df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user