mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-11 01:24:22 +02:00
4a2d48f659
It is listed in the Dolphin wiki with the assumption that it's using the same default settings as regular Wind Waker. https://wiki.dolphin-emu.org/index.php?title=The_Legend_of_Zelda:_The_Wind_Waker_Demo_Prerelease I don't know if the Picto Box is even obtainable in the demo... but maybe it is through glitches or something, so I'll keep `EFBToTextureEnable = False` in.
21 lines
539 B
INI
21 lines
539 B
INI
# GZLE01, GZLJ01, GZLP01 - The Legend of Zelda: The Wind Waker
|
|
|
|
[Video_Hacks]
|
|
# Prevent sun flares from going through walls.
|
|
EFBAccessEnable = True
|
|
# Prevent crash when snapping a picture with the Picto Box.
|
|
EFBToTextureEnable = False
|
|
|
|
# The game logic itself is ignoring VI interrupts
|
|
# and keeps updating shadow video registers.
|
|
# Because of this, it is incompatible with VISkip.
|
|
|
|
VISkip = False
|
|
|
|
[Video_Enhancements]
|
|
# Makes sea effects fade in the distance.
|
|
ArbitraryMipmapDetection = True
|
|
|
|
[Video_Stereoscopy]
|
|
StereoConvergence = 115
|