From 5a2565ecee2064cb8f830adbe5d2d615a1685619 Mon Sep 17 00:00:00 2001 From: Rukario Date: Tue, 9 Oct 2018 17:14:43 -0700 Subject: [PATCH] Quick GameINI update for Sonic Heroes Closes emulator issue #10186 This adds Vertex Rounding to the Sonic Heroes' GameINI (allowing you enjoy Sonic Heroes in higher resolution without problem) and then removed the forced 1x Native and Anti-Aliasing settings as they are not needed when Vertex Rounding is enabled. --- Data/Sys/GameSettings/G9S.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Data/Sys/GameSettings/G9S.ini b/Data/Sys/GameSettings/G9S.ini index 0a84513a14..3837d1d70a 100644 --- a/Data/Sys/GameSettings/G9S.ini +++ b/Data/Sys/GameSettings/G9S.ini @@ -12,8 +12,9 @@ [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +VertexRounding = True + [Video_Settings] SafeTextureCacheColorSamples = 0 -InternalResolution = 1 -MSAA = 0 MaxAnisotropy = 0