Killer7: Difference between revisions

Jump to navigation Jump to search
500 bytes removed ,  26 June 2022
Undo revision 181823 by Kesterstudios (talk)
(Undo revision 181823 by Kesterstudios (talk))
Line 28: Line 28:


=== 16:9 Widescreen Gecko Code  ===
=== 16:9 Widescreen Gecko Code  ===
==== 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.
<pre>$Widescreen Culling Fix
040E4288 60000000
040E428C 4E800020
</pre>
==== EU ====
==== EU ====
Disable the Widescreen hack before using.
<pre>$16:9 Widescreen
<pre>$16:9 Widescreen
04005100 C0220190
04005100 C0220190

Navigation menu