mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Disable Force Texture Filtering in DKCR
This enhancement causes a rather distracting outline around the main characters.
This commit is contained in:
parent
904551fdb9
commit
1049ae629e
1 changed files with 4 additions and 0 deletions
|
@ -15,5 +15,9 @@
|
|||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Enhancements]
|
||||
# Enabling this causes Donkey Kong/Diddy Kong to have an outline.
|
||||
ForceFiltering = False
|
||||
|
||||
[Video_Stereoscopy]
|
||||
StereoConvergence = 26
|
||||
|
|
Loading…
Add table
Reference in a new issue