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

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 simply makes the frustum larger. 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). 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.
<pre>$Widescreen Culling Fix
<pre>$Widescreen Culling Fix
04302498 38600001
04302498 38600001