Merge pull request #13013 from duckymomo360/rgh-tattoos-fix

GameINI: Fix tattoo texture saving in Rabbids Go Home
This commit is contained in:
JosJuice 2024-09-22 09:10:09 +02:00 committed by GitHub
commit de67c4c93b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

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

View File

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