GameINI: Enable Vertex Rounding for "Teenage Mutant Ninja Turtles 3: Mutant Nightmare"
ImmediateXFBEnable was disabled originally when enabling VertexRounding was intended https://bugs.dolphin-emu.org/issues/10186
This commit is contained in:
parent
a51d87bc3d
commit
8c24b4745a
|
@ -13,7 +13,7 @@
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
ImmediateXFBEnable = False
|
VertexRounding = True
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
Loading…
Reference in New Issue