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