Merge pull request #11217 from JMC47/nsmbwvertexrounding
Disable Vertex Rounding in New Super Mario Bros. Wii
This commit is contained in:
commit
5ee7a55588
|
@ -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…
Reference in New Issue