mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06: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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user