mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-23 06:36:41 -05:00
21 lines
596 B
INI
21 lines
596 B
INI
# RZDE01, RZDJ01, RZDK01, RZDP01 - The Legend of Zelda: Twilight Princess [Wii]
|
|
|
|
[Video_Hacks]
|
|
# Required for slingshot aiming.
|
|
EFBAccessEnable = True
|
|
|
|
# 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_Settings]
|
|
# Because the minimap in Hyrule Field and Faron Woods
|
|
# has a ton of unused triangles, CPU Cull can greatly
|
|
# speed up demanding areas of the game.
|
|
CPUCull = True
|
|
|
|
[Video_Enhancements]
|
|
# Fixes sun rays through windows and fountains.
|
|
ArbitraryMipmapDetection = True
|