GameSettings: fix texture filtering settings for earlier Just Dance games
This commit is contained in:
@@ -11,3 +11,7 @@
|
|||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
ForceTextureFiltering = 0
|
ForceTextureFiltering = 0
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
# Manual texture sampling fixes the video issues.
|
||||||
|
FastTextureSampling = False
|
||||||
|
|||||||
@@ -11,3 +11,7 @@
|
|||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
ForceTextureFiltering = 0
|
ForceTextureFiltering = 0
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
# Manual texture sampling fixes the video issues.
|
||||||
|
FastTextureSampling = False
|
||||||
|
|||||||
@@ -11,3 +11,7 @@
|
|||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
ForceTextureFiltering = 0
|
ForceTextureFiltering = 0
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
# Manual texture sampling fixes the video issues.
|
||||||
|
FastTextureSampling = False
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user