Mario Party 8: Difference between revisions

Added Widescreen Fix for NTSC Version
No edit summary
(Added Widescreen Fix for NTSC Version)
Line 20: Line 20:


To play the painting minigames accurately use D3D11 with '''EFB Copies to Texture Only''' disabled. See {{issue|5477}}. Fixed by {{Revision|4.0-595}}.
To play the painting minigames accurately use D3D11 with '''EFB Copies to Texture Only''' disabled. See {{issue|5477}}. Fixed by {{Revision|4.0-595}}.
== Enhancements ==
=== 16:9 Aspect Ratio Fix ===
The built-in Widescreen Hack causes Board Clipping and Reflection Issues. The following Gecko code works as a replacement, causing less issues. To avoid conflicts, make sure that Widescreen Hack is disabled while using this code. The 16:9 included in the game only works in menus and the title screen so a Widescreen fix is necessary.
==== NTSC ====
<pre>
C202E9DC 00000004
3DC03FAA 61CEAAAB
91C20064 C2620064
EFF30132 39C00000
60000000 00000000
04033EB0 4E800020
002A9F1B 00000000
C20C6910 00000004
3DC03FAA 61CEAAAB
91C2000C C242000C
EF6204B2 39C00000
60000000 00000000
</pre>


== Configuration ==
== Configuration ==
Anonymous user