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
This commit is contained in:
ntt4 2016-09-05 00:32:02 +01:00 committed by GitHub
parent f5fa5a7d32
commit 7cdedda70f
1 changed files with 2 additions and 1 deletions

View File

@ -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