Merge pull request #14039 from mbc07/tex_filter_settings_followup

GameSettings: fix texture filtering settings for earlier Just Dance games
This commit is contained in:
JMC47 2025-10-28 17:32:35 -04:00 committed by GitHub
commit 032fdf6335
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 26 additions and 0 deletions

View File

@ -11,3 +11,7 @@
[Video_Enhancements]
ForceTextureFiltering = 0
[Video_Hacks]
# Manual texture sampling fixes the video issues.
FastTextureSampling = False

View File

@ -11,3 +11,7 @@
[Video_Enhancements]
ForceTextureFiltering = 0
[Video_Hacks]
# Manual texture sampling fixes the video issues.
FastTextureSampling = False

View File

@ -11,3 +11,7 @@
[Video_Enhancements]
ForceTextureFiltering = 0
[Video_Hacks]
# Manual texture sampling fixes the video issues.
FastTextureSampling = False

View File

@ -0,0 +1,14 @@
# 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]
# Linear filtering completely messes up the initial Ubisoft logo and loading screen and a few DLCs.
ForceTextureFiltering = 0