diff options
| author | ntt4 <ntt4@users.noreply.github.com> | 2016-09-05 00:32:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-05 00:32:02 +0100 |
| commit | 7cdedda70f5959328c2017c859da9ed5630a05da (patch) | |
| tree | 815497bc1f2f0b210bd455172816d7768962f367 /Data/Sys | |
| parent | f5fa5a7d325bb0a7dd46b5f1723e52c370eb93b8 (diff) | |
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
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/G9S.ini | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
