Mario Party 4: Difference between revisions

(→‎Problems: Issues related to Antialiasing or Texture filter does not belong here)
Line 22: Line 22:


== Enhancements ==
== Enhancements ==
=== Distorted Text Boxes ===
The texture for the text backdrop will become heavily distorted if anisotropic filtering or "Force Texture Filtering" are enabled. This affects both Direct3D and OpenGL.
{{image|GMPE01_Dolphin_NoAF_Accurate.png|Correct emulation. Anisotropic filtering disabled.}}
{{image|GMPE01_Dolphin_2xAF_Distorted.png|Anisotropic filtering enabled (2x).|br}}
=== 16:9 Aspect Ratio Fix ===
=== 16:9 Aspect Ratio Fix ===
The built-in Widescreen Hack causes various indirect texture and clipping 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 built-in Widescreen Hack causes various indirect texture and clipping 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.
282

edits