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

Jump to navigation Jump to search
(Added unheard-of NA widescreen code by gamemasterplc. Has improved game performance since it doesn't completely get rid of culling.)
Line 58: Line 58:


=== 16:9 Aspect Ratio Fix ===
=== 16:9 Aspect Ratio Fix ===
Make sure to disable the Dolphin Widescreen Hack before using these codes.


==== NA Culling Fix ====
==== NA ====
Like many games, to optimize performance, objects outside view are not rendered (this is called "frustum culling"). In 16:9, you can see culling on the sides of the screen (because you see more than what you are supposed to). The AR code below disables culling entirely. While culling won't be seen, this can affect the performance of the game. Use the following code along with the Dolphin Widescreen Hack.
<pre>$16:9 Widescreen [gamemasterplc]
<pre>$Widescreen/VR Culling Fix
C230256C 00000002
3DC04000 91C20000
C3420000 00000000
C236D684 00000004
3DC03FAA 61CEAAAB
91C20000 C2620000
ED330272 ED6A4824
60000000 00000000
</pre>
 
==== EU ====
<pre>$16:9 Widescreen [Ralf]
04036EA0 38A00356
</pre>
 
=== VR Culling Fix ===
In VR, culling needs to be disabled completely and these Gecko codes will do that. Make sure to enable the Dolphin widescreen hack for these codes.
 
==== NA ====
<pre>VR Culling Fix
04302498 38600001
04302498 38600001
0430249C 4E800020
0430249C 4E800020
Line 74: Line 94:
</pre>
</pre>


==== EU ====
==== PAL ====
Disable the Widescreen hack before using.
<pre>$VR Culling Fix
<pre>$16:9 Widescreen [Ralf]
0430290C 38600001
04036EA0 38A00356
04302910 4E800020
0430270C 38600001
04302710 4E800020
0430276C 38600001
04302770 4E800020
043027D8 38600001
043027DC 4E800020
043028C4 38600001
043028C8 4E800020
0430290C 38600001
04302910 4E800020
</pre>
</pre>