The Legend of Zelda: Twilight Princess (Wii): Difference between revisions

Added 21:9 Fix for NTSC Wii Version.
(Added 21:9 Fix for NTSC Wii Version.)
Line 45: Line 45:
{{Image|TwilightPrincessWii-DX11Blackness.jpg|Looking through trees at the lens flare in D3D11|}}
{{Image|TwilightPrincessWii-DX11Blackness.jpg|Looking through trees at the lens flare in D3D11|}}
{{Image|TwilightPrincessWii-DX11Blackness2.jpg|The same scene properly emulated|br}}
{{Image|TwilightPrincessWii-DX11Blackness2.jpg|The same scene properly emulated|br}}
== Enhancements ==
=== 21:9 Aspect Ratio Fix ===
This Game has Clipping issues with the Widescreen Hack. This Gecko Code will fix the clipping and make the game 21:9. Before using this code, disable the Dolphin Widescreen Hack. This Gecko Code also Mirrors the game.
==== NTSC-U ====
<pre>
0400CEC0 60000000
0401A878 FF800890
042457E8 38600000
C20409C4 00000005
48000009 00000000
7C8802A6 80840000
FC602050 2C040000
4082000C FC601850
FC802050 00000000
C21E191C 00000003
981F0146 48000005
7FE802A6 38000001
901FFFCC 00000000
C21E1A20 00000003
981F0146 48000005
7FE802A6 901FFFAC
60000000 00000000
C21E1A78 00000003
981F0146 48000005
7FE802A6 38000001
901FFF8C 00000000
C21E1BC4 00000003
981F0146 48000005
7FE802A6 901FFF6C
60000000 00000000
0400EDB8 4E800020
0453762C 40180001
C2359514 00000004
3DC03FA8 61CE0000
91C21000 C1E21000
ED6F02F2 ED8A5824
60000000 00000000
041650F0 48000044
0418209C 4E800020
</pre>
=== Reduce Bloom Ghosting ===
Due to Dolphin's bloom issues with Store EFB Copies to Texture Only, a "ghost" image will appear around certain objects in areas with high amounts of bloom. To disable bloom completely, use an Action Replay code below.
<pre>No Bloom Effects
0400EDB8 4E800020</pre>


== Configuration ==
== Configuration ==
Anonymous user