blob: a03c122b3623275513d68f533ff6eb87c2037a63 (
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
|
# GMSE01, GMSJ01, GMSP01 - Super Mario Sunshine
[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]
PerfQueriesEnable = True
[Video_Hacks]
EFBToTextureEnable = False
EFBAccessEnable = True
MissingColorValue = 0x00000000
[Video_Enhancements]
ForceTextureFiltering = 0
ArbitraryMipmapDetection = True
[Video_Stereoscopy]
StereoConvergence = 732
|