blob: 52607f8ae8ceb76ce813a632512dca66ece434dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# DD2P41 - Just Dance 2 (Demo)
[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_Settings]
SafeTextureCacheColorSamples = 512
[Video_Enhancements]
# Linear filtering completely messes up the videos.
ForceTextureFiltering = 0
[Video_Hacks]
# Manual texture sampling partially fixes the video issues.
FastTextureSampling = False
|