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

m
Line 60: Line 60:


==== NA Culling Fix ====
==== NA Culling Fix ====
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). Here's an AR Code that fixes it. It fully disables culling, although this can impact the performance of the game. Use the following code along with the Dolphin Widescreen Hack.
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>$Widescreen Culling Fix
<pre>$Widescreen/VR Culling Fix
04302498 38600001
04302498 38600001
0430249C 4E800020
0430249C 4E800020