mirror of
https://github.com/libretro/dolphin
synced 2024-11-08 14:33:54 -05:00
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.
24 lines
469 B
INI
24 lines
469 B
INI
# GZLE01, GZLJ01, GZLP01 - The Legend of Zelda The Wind Waker
|
|
|
|
[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_Hacks]
|
|
EFBAccessEnable = True
|
|
EFBToTextureEnable = False
|
|
|
|
[Video_Enhancements]
|
|
ArbitraryMipmapDetection = True
|
|
|
|
[Video_Stereoscopy]
|
|
StereoConvergence = 115
|