Add vertex rounding to game INIs for certain titles

https://bugs.dolphin-emu.org/issues/10186
This commit is contained in:
JosJuice 2018-05-23 16:05:30 +02:00
parent 8ff3124e5e
commit 517af3f044
6 changed files with 43 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -14,6 +14,7 @@
[Video_Hacks]
EFBToTextureEnable = False
VertexRounding = True
[Video_Stereoscopy]
StereoConvergence = 1

View File

@ -12,6 +12,9 @@
[ActionReplay]
# Add action replay cheats here.
[Video_Hacks]
VertexRounding = True
[Video_Settings]
SafeTextureCacheColorSamples = 512

View File

@ -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

View File

@ -12,6 +12,9 @@
[ActionReplay]
# Add action replay cheats here.
[Video_Hacks]
VertexRounding = True
[Video_Settings]
SafeTextureCacheColorSamples = 512