blob: 27b194e6e78f44a962996ed983a4ff5ee173ca02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# GUPE8P, GUPJ8P, GUPP8P - Shadow the Hedgehog
[Core]
# Values set here will override the main Dolphin settings.
CPUThread = False
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video_Hacks]
VertexRounding = True
[Video_Settings]
# Force texture cache to the middle option - fixes the bloom bleed/artifacting and SFD video slowdown issues present on Safe and Fast
SafeTextureCacheColorSamples = 512
WidescreenHeuristicStandardRatio = 0.91
WidescreenHeuristicWidescreenRatio = 1.21
WidescreenHeuristicAspectRatioSlop = 0.15
[Video_Stereoscopy]
StereoConvergence = 1
|