Mario Super Sluggers: Difference between revisions

m (Fixed a small grammar error.)
Line 17: Line 17:
== Problems ==
== Problems ==
=== Background Menu Not Blurred ===
=== Background Menu Not Blurred ===
EFB to RAM is needed to blur the background of the menu, like on the real hardware.
'''EFB Copies to Texture Only''' must be disabled to blur the background of the menu, like on the real hardware.


{{image|MarioSluggersMenu-EFBtoTex.jpg|EFB to Texture}}
{{image|MarioSluggersMenu-EFBtoTex.jpg|'''EFB Copies to Texture Only''' On}}
{{image|MarioSluggersMenu-EFBtoRAM.jpg|EFB to RAM|br}}
{{image|MarioSluggersMenu-EFBtoRAM.jpg|'''EFB Copies to Texture Only''' Off|br}}


=== Captain Stare-offs blackness ===
=== Captain Stare-offs blackness ===
At the beginning of each game, the screen is divided and the two captains "stare off" before one throws the ball at the other. With EFB to Texture, the viewports that would show the captains show nothing but blackness. Use EFB to RAM to see them.
At the beginning of each game, the screen is divided and the two captains "stare off" before one throws the ball at the other. With '''EFB Copies to Texture Only''', the viewports that would show the captains show nothing but blackness. Disable '''EFB Copies to Texture Only''' to see them.


=== Shaking ===
=== Shaking ===