Add vertex rounding to game INIs for certain titles
https://bugs.dolphin-emu.org/issues/10186
This commit is contained in:
parent
8ff3124e5e
commit
517af3f044
|
@ -1,4 +1,4 @@
|
|||
# G3QEA4 - TMNT3
|
||||
# G3QEA4 - Teenage Mutant Ninja Turtles 3: Mutant Nightmare
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
@ -12,6 +12,8 @@
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
# GNIEA4, GNIPA4 - Teenage Mutant Ninja Turtles 2: Battle Nexus
|
||||
|
||||
[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]
|
||||
ImmediateXFBEnable = False
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
VertexRounding = True
|
||||
|
||||
[Video_Stereoscopy]
|
||||
StereoConvergence = 1
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
VertexRounding = True
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
# SALE4Q, SALP4Q - Alice in Wonderland
|
||||
|
||||
[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]
|
||||
VertexRounding = True
|
|
@ -12,6 +12,9 @@
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
VertexRounding = True
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
|
|
Loading…
Reference in New Issue