Mario Kart Wii: Difference between revisions

no edit summary
No edit summary
Line 52: Line 52:
=== Anisotropic Filtering Problems ===
=== Anisotropic Filtering Problems ===
The red and green glow on the conveyor belts in the Toad's Factory track (maybe other effects too) breaks if anisotropic filtering is used.
The red and green glow on the conveyor belts in the Toad's Factory track (maybe other effects too) breaks if anisotropic filtering is used.
=== 60FPS in Multiplayer ===
When playing with 3-4 players in split-screen multiplayer, the framerate is locked at 30FPS. These Gecko codes provided below will make split-screen multiplayer levels play at 60FPS.
==== NTSC-U ====
<pre>
$60FPS in Multiplayer [Nick Reynolds]
004250D4 00000001
0029FD69 00000000
</pre>
==== PAL ====
<pre>
$60FPS in Multiplayer PAL version [Nick Reynolds]
00429454 00000001
002A40E9 00000000
</pre>


=== Same Racer FOV on Video Preference ===
=== Same Racer FOV on Video Preference ===