mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Merge pull request #10015 from JMC47/gameinigiq
GameINI: Add missing Vertex Rounding to GIQ.ini
This commit is contained in:
commit
b0346ca980
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue