mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
GameSettings: clean up texture filtering settings
`MaxAnisotropy = 0` is no longer the safest setting because it forces 1x
even if the game asks for more.
`ForceFiltering` was replaced by `ForceTextureFiltering` in
afe9d5b098. The one remaining occurrence
was merged later.
`ForceTextureFiltering` is an int option and shouldn't be set to False.
Just Dance 3, Just Dance: Best of, and Just Dance: Greatest Hits look
fine on AMD GPUs without manual texture sampling. On Nvidia GPUs they
have a single stripe that I think doesn't warrant forcing manual texture
sampling for everyone.
The NES games I tried worked fine with anisotropic filtering, it just
doesn't do anything.
Various games don't actually have any issue with anisotropic filtering
as long as it's not forced. The only game I could find that actually
requires the default aniso setting is Spider-Man: Shattered Dimensions.
Boogie SuperStar works fine with any texture filtering setting.
This commit is contained in:
parent
033a0540f7
commit
9396f0f58e
@ -13,5 +13,9 @@
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
# Linear filtering completely messes up the videos.
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
# Manual texture sampling partially fixes the video issues.
|
||||
FastTextureSampling = False
|
||||
|
||||
@ -18,5 +18,5 @@ EFBEmulateFormatChanges = True
|
||||
MSAA = 0
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
ForceTrueColor = False
|
||||
|
||||
@ -18,5 +18,4 @@ SafeTextureCacheColorSamples = 0
|
||||
EFBToTextureEnable = False
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -18,7 +18,7 @@ EFBAccessEnable = True
|
||||
MissingColorValue = 0x00000000
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
ArbitraryMipmapDetection = True
|
||||
|
||||
[Video_Settings]
|
||||
|
||||
@ -10,4 +10,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -7,4 +7,4 @@
|
||||
SafeTextureCacheColorSamples = 0
|
||||
[Video_Enhancements]
|
||||
# Texture filtering causes lines with Mega Man X 3
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -11,5 +11,4 @@ MMU = True
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -13,4 +13,4 @@
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,5 +10,4 @@ SafeTextureCacheColorSamples = 0
|
||||
EFBToTextureEnable = False
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,5 +10,4 @@ SafeTextureCacheColorSamples = 0
|
||||
EFBToTextureEnable = False
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,5 +10,4 @@ SafeTextureCacheColorSamples = 0
|
||||
EFBToTextureEnable = False
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,5 +10,4 @@ SafeTextureCacheColorSamples = 0
|
||||
EFBToTextureEnable = False
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,5 +10,4 @@ SafeTextureCacheColorSamples = 0
|
||||
EFBToTextureEnable = False
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,5 +10,4 @@ SafeTextureCacheColorSamples = 0
|
||||
EFBToTextureEnable = False
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -19,5 +19,4 @@ ImmediateXFBEnable = False
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for some FMVs.
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# FMVs get messed up if this is on
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -13,5 +13,5 @@
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for some FMVs.
|
||||
|
||||
@ -11,4 +11,4 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -12,8 +12,7 @@
|
||||
[Video_Settings]
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
|
||||
|
||||
@ -10,5 +10,5 @@ CPUThread = False
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
# Anisotropic Filtering breaks FMVs
|
||||
MaxAnisotropy = 0
|
||||
# Linear filtering breaks FMVs
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -9,11 +9,5 @@
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
||||
@ -10,5 +10,5 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
@ -13,8 +13,7 @@
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
||||
@ -4,6 +4,6 @@
|
||||
[OnFrame]
|
||||
[ActionReplay]
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for some FMVs.
|
||||
|
||||
@ -11,4 +11,4 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,5 +10,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -11,4 +11,4 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -11,7 +11,7 @@ CPUThread = False
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
SuggestedAspectRatio = 2
|
||||
|
||||
@ -11,8 +11,7 @@ CPUThread = False
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for some FMVs.
|
||||
|
||||
@ -11,4 +11,4 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
SuggestedAspectRatio = 2
|
||||
|
||||
@ -10,4 +10,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,4 +10,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -14,4 +14,4 @@ SafeTextureCacheColorSamples = 512
|
||||
SuggestedAspectRatio = 2
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
@ -10,5 +10,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,7 +10,9 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
# Linear filtering completely messes up the videos.
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
# Manual texture sampling partially fixes the video issues.
|
||||
FastTextureSampling = False
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
FastTextureSampling = False
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for some FMVs.
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
FastTextureSampling = False
|
||||
|
||||
@ -11,4 +11,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
# Needed to correctly render clothing
|
||||
|
||||
@ -13,5 +13,5 @@
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
|
||||
|
||||
@ -10,4 +10,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
@ -11,4 +11,4 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -14,7 +14,7 @@ SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Enhancements]
|
||||
# Enabling this causes Donkey Kong/Diddy Kong to have an outline.
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Stereoscopy]
|
||||
StereoConvergence = 26
|
||||
|
||||
@ -11,4 +11,4 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
FastTextureSampling = False
|
||||
|
||||
@ -10,7 +10,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
|
||||
[Video_Hacks]
|
||||
FastTextureSampling = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
FastTextureSampling = False
|
||||
|
||||
@ -10,7 +10,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
|
||||
[Video_Hacks]
|
||||
FastTextureSampling = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,7 +10,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
|
||||
[Video_Hacks]
|
||||
FastTextureSampling = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -1,14 +0,0 @@
|
||||
# SJXD41, SJXE41, SJXP41 - Just Dance 4
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = False
|
||||
@ -11,7 +11,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
@ -10,4 +10,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
# Required to avoid very obvious graphical corruption.
|
||||
MaxAnisotropy = -1
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
||||
|
||||
@ -11,4 +11,4 @@ CPUThread = False
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
SuggestedAspectRatio = 2
|
||||
|
||||
@ -10,4 +10,4 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
@ -10,8 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
MaxAnisotropy = 0
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = False
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user