From fca9e6a3629093910c7870c75f3f492e83a202dd Mon Sep 17 00:00:00 2001 From: "Mateus B. Cassiano" Date: Tue, 28 Oct 2025 16:25:08 -0400 Subject: [PATCH] GameSettings: fix texture filtering settings for earlier Just Dance games --- Data/Sys/GameSettings/SJD.ini | 4 ++++ Data/Sys/GameSettings/SJHE41.ini | 4 ++++ Data/Sys/GameSettings/SJTP41.ini | 4 ++++ Data/Sys/GameSettings/SJX.ini | 14 ++++++++++++++ 4 files changed, 26 insertions(+) create mode 100644 Data/Sys/GameSettings/SJX.ini diff --git a/Data/Sys/GameSettings/SJD.ini b/Data/Sys/GameSettings/SJD.ini index 3e20b7cef91..b4b7b8a8aa9 100644 --- a/Data/Sys/GameSettings/SJD.ini +++ b/Data/Sys/GameSettings/SJD.ini @@ -11,3 +11,7 @@ [Video_Enhancements] ForceTextureFiltering = 0 + +[Video_Hacks] +# Manual texture sampling fixes the video issues. +FastTextureSampling = False diff --git a/Data/Sys/GameSettings/SJHE41.ini b/Data/Sys/GameSettings/SJHE41.ini index 79bc7107371..0800b1a0b85 100644 --- a/Data/Sys/GameSettings/SJHE41.ini +++ b/Data/Sys/GameSettings/SJHE41.ini @@ -11,3 +11,7 @@ [Video_Enhancements] ForceTextureFiltering = 0 + +[Video_Hacks] +# Manual texture sampling fixes the video issues. +FastTextureSampling = False diff --git a/Data/Sys/GameSettings/SJTP41.ini b/Data/Sys/GameSettings/SJTP41.ini index 983587e95d5..333f8c56af4 100644 --- a/Data/Sys/GameSettings/SJTP41.ini +++ b/Data/Sys/GameSettings/SJTP41.ini @@ -11,3 +11,7 @@ [Video_Enhancements] ForceTextureFiltering = 0 + +[Video_Hacks] +# Manual texture sampling fixes the video issues. +FastTextureSampling = False diff --git a/Data/Sys/GameSettings/SJX.ini b/Data/Sys/GameSettings/SJX.ini new file mode 100644 index 00000000000..5c1035b895c --- /dev/null +++ b/Data/Sys/GameSettings/SJX.ini @@ -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