mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Merge pull request #4181 from ntt4/patch-1
[GameINI] Set MSAA and MaxAnisotropy to 0 for Sonic Heroes
This commit is contained in:
commit
0789499bf0
1 changed files with 2 additions and 1 deletions
|
@ -20,4 +20,5 @@ EmulationIssues = Use directx11 backend with efb scale set at 1x to deal with bl
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
EFBScale = 2
|
EFBScale = 2
|
||||||
|
MSAA = 0
|
||||||
|
MaxAnisotropy = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue