mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 23:59:27 +01:00
Merge pull request #13013 from duckymomo360/rgh-tattoos-fix
GameINI: Fix tattoo texture saving in Rabbids Go Home
This commit is contained in:
commit
de67c4c93b
@ -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…
x
Reference in New Issue
Block a user