From 7cdedda70f5959328c2017c859da9ed5630a05da Mon Sep 17 00:00:00 2001 From: ntt4 Date: Mon, 5 Sep 2016 00:32:02 +0100 Subject: [PATCH] Set MSAA and MaxAnisotropy to 0 Makes the game more playable than the current config file as of 5th Sep 2016. Set MSAA and MaxAnisotropy to 0 to remove odd black shadows, see here https://wiki.dolphin-emu.org/index.php?title=Sonic_Heroes#Graphical_Glitches_with_IR.3E1 --- Data/Sys/GameSettings/G9S.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/G9S.ini b/Data/Sys/GameSettings/G9S.ini index 8672514f32..deefdf7f56 100644 --- a/Data/Sys/GameSettings/G9S.ini +++ b/Data/Sys/GameSettings/G9S.ini @@ -20,4 +20,5 @@ EmulationIssues = Use directx11 backend with efb scale set at 1x to deal with bl [Video_Settings] SafeTextureCacheColorSamples = 0 EFBScale = 2 - +MSAA = 0 +MaxAnisotropy = 0