mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
GameSettings: fix texture filtering settings for earlier Just Dance games
This commit is contained in:
parent
509584d3d3
commit
fca9e6a362
@ -11,3 +11,7 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
# Manual texture sampling fixes the video issues.
|
||||
FastTextureSampling = False
|
||||
|
||||
@ -11,3 +11,7 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
# Manual texture sampling fixes the video issues.
|
||||
FastTextureSampling = False
|
||||
|
||||
@ -11,3 +11,7 @@
|
||||
|
||||
[Video_Enhancements]
|
||||
ForceTextureFiltering = 0
|
||||
|
||||
[Video_Hacks]
|
||||
# Manual texture sampling fixes the video issues.
|
||||
FastTextureSampling = False
|
||||
|
||||
14
Data/Sys/GameSettings/SJX.ini
Normal file
14
Data/Sys/GameSettings/SJX.ini
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user