mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
GameINI: Fix tattoo texture saving in Rabbids Go Home
This commit is contained in:
parent
18ac8bf405
commit
6c980b659c
@ -22,3 +22,5 @@ SafeTextureCacheColorSamples = 0
|
|||||||
# Fixes visible lines in air vents/fans.
|
# Fixes visible lines in air vents/fans.
|
||||||
VertexRounding = True
|
VertexRounding = True
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
# Fixes rabbid tattoo textures saving as black.
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
@ -22,3 +22,5 @@ SafeTextureCacheColorSamples = 0
|
|||||||
# Fixes visible lines in air vents/fans.
|
# Fixes visible lines in air vents/fans.
|
||||||
VertexRounding = True
|
VertexRounding = True
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
# Fixes rabbid tattoo textures saving as black.
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
Loading…
Reference in New Issue
Block a user