Metroid Prime 2: Echoes (GC): Difference between revisions

→‎16:9 Aspect Ratio Fix: Restore AR code as Gecko code does not work correctly on Dolphin
(→‎16:9 Aspect Ratio Fix: Restore AR code as Gecko code does not work correctly on Dolphin)
Line 47: Line 47:


=== 16:9 Aspect Ratio Fix ===
=== 16:9 Aspect Ratio Fix ===
This title has clipping with the Dolphin Widescreen Hack that can be solved with an Gecko Code.
This title has clipping with the Dolphin Widescreen Hack that can be solved with an Gecko Code, however Dolphin's code handler is currently not implemented correctly, causing this Gecko Code to turn the world invisible. See below for an alternative working solution.
<pre>$16:9 Widescreen Region-Free
<pre>$16:9 Widescreen Region-Free
F6000001 80008180
F6000001 80008180
Line 66: Line 66:
60000000 00000000
60000000 00000000
E0000000 80008000
E0000000 80008000
</pre>
This game has clipping with the Dolphin Widescreen Hack that can be solved with an Action Replay Code. Use the following code along with the Dolphin Widescreen Hack.
<pre>$Widescreen Culling Fix
04302498 38600001
0430249C 4E800020
04302298 38600001
0430229C 4E800020
043022F8 38600001
043022FC 4E800020
04302450 38600001
04302454 4E800020
04302364 38600001
04302368 4E800020
</pre>
</pre>


85

edits