Mario Party 4: Difference between revisions

Line 28: Line 28:
{{image|GMPE01_Dolphin_2xAF_Distorted.png|Anisotropic filtering enabled (2x).|br}}
{{image|GMPE01_Dolphin_2xAF_Distorted.png|Anisotropic filtering enabled (2x).|br}}


=== 16:9 Aspect Ratio Fix ===
=== 16:9 Widescreen Gecko Code ===
The built-in Widescreen Hack causes various indirect texture and clipping issues. The following Gecko code works as a replacement, causing fewer issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using this code.
The built-in Widescreen Hack causes various indirect texture and clipping issues. The following Gecko code works as a replacement, causing fewer issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using this code.


Line 100: Line 100:
906100A4 C00100A4
906100A4 C00100A4
EC020028 00000000
EC020028 00000000
E0000000 80008000
</pre>
==== EU ====
<pre>$16:9 Widescreen
F6000001 80008180
FFA01090 93E10024
D2000000 00000003
3DC03FAA 61CEAAAB
91C20000 C2620000
EFB300B2 00000000
E0000000 80008000
F6000001 80008180
FF601090 7C7F1B78
D2000000 00000004
3DC03FAA 61CEAAAB
91C20004 C2220004
EF7100B2 39C00000
60000000 00000000
E0000000 80008000
E0000000 80008000
</pre>
</pre>