forked from dolphin-emu/dolphin
fe347851f1
This will avoid effects being unexpectedly broken in these games if the user disables the option globally. This list is by no means comprehensive, these are just the games I could confirm use custom mipmaps.
28 lines
512 B
INI
28 lines
512 B
INI
# GMSE01, GMSJ01, GMSP01 - Super Mario Sunshine
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[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
|
|
|
|
[Video_Enhancements]
|
|
ForceFiltering = False
|
|
ArbitraryMipmapDetection = True
|
|
|
|
[Video_Stereoscopy]
|
|
StereoConvergence = 732
|