mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 04:30:57 +01:00
895e5ca3e3
Vertex Rounding causes severe animation issues on 3D models, so let's disable it. Also correct the game title to match the wiki.
22 lines
481 B
INI
22 lines
481 B
INI
# SMNE01, SMNJ01, SMNK01, SMNP01, SMNW01 - New Super Mario Bros. Wii
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Hacks]
|
|
# Vertex Rounding being enabled causes animation issues.
|
|
VertexRounding = False
|
|
|
|
[Video_Stereoscopy]
|
|
#Only affects overworld map
|
|
StereoConvergence = 2211
|