From 095afe25df782629043a403a82e943772b03115c Mon Sep 17 00:00:00 2001 From: JMC47 Date: Tue, 10 Aug 2021 00:16:43 -0400 Subject: [PATCH] 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. --- Data/Sys/GameSettings/GIQ.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/GIQ.ini b/Data/Sys/GameSettings/GIQ.ini index d1c12acf8f..78d4949027 100644 --- a/Data/Sys/GameSettings/GIQ.ini +++ b/Data/Sys/GameSettings/GIQ.ini @@ -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 -