mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Disable Vertex Rounding in New Super Mario Bros. Wii
Vertex Rounding causes severe animation issues on 3D models, so let's disable it. Also correct the game title to match the wiki.
This commit is contained in:
parent
1d86a48db6
commit
895e5ca3e3
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# SMNE01, SMNJ01, SMNK01, SMNP01, SMNW01 - New SUPER MARIO BROS. Wii
|
||||
# SMNE01, SMNJ01, SMNK01, SMNP01, SMNW01 - New Super Mario Bros. Wii
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
@ -13,6 +13,8 @@
|
|||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
# Vertex Rounding being enabled causes animation issues.
|
||||
VertexRounding = False
|
||||
|
||||
[Video_Stereoscopy]
|
||||
#Only affects overworld map
|
||||
|
|
Loading…
Add table
Reference in a new issue