diff options
| author | JosJuice <josjuice@gmail.com> | 2024-09-22 09:10:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-22 09:10:09 +0200 |
| commit | de67c4c93bd15846f68df4006dd2c93fba5720d2 (patch) | |
| tree | ea4a75f8ce7ea1660508e6d9e8d3e4952601a80f /Data | |
| parent | 067bdaa3ddfad15b6c08b4ab59361ebd0a31066c (diff) | |
| parent | 6c980b659c39854505a69fe7c9b910ccbfd67a2a (diff) | |
Merge pull request #13013 from duckymomo360/rgh-tattoos-fix
GameINI: Fix tattoo texture saving in Rabbids Go Home
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/RGW.ini | 2 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/WR2.ini | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/RGW.ini b/Data/Sys/GameSettings/RGW.ini index 273898bf3c..5eb8cded27 100644 --- a/Data/Sys/GameSettings/RGW.ini +++ b/Data/Sys/GameSettings/RGW.ini @@ -22,3 +22,5 @@ SafeTextureCacheColorSamples = 0 # Fixes visible lines in air vents/fans. VertexRounding = True ImmediateXFBEnable = False +# Fixes rabbid tattoo textures saving as black. +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/WR2.ini b/Data/Sys/GameSettings/WR2.ini index 0e11e711da..ad04035be8 100644 --- a/Data/Sys/GameSettings/WR2.ini +++ b/Data/Sys/GameSettings/WR2.ini @@ -22,3 +22,5 @@ SafeTextureCacheColorSamples = 0 # Fixes visible lines in air vents/fans. VertexRounding = True ImmediateXFBEnable = False +# Fixes rabbid tattoo textures saving as black. +EFBToTextureEnable = False |
