diff options
| author | JosJuice <josjuice@gmail.com> | 2021-11-01 18:28:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-01 18:28:58 +0100 |
| commit | db02b50d2ecdfbbc21e19aadc57253c353069f77 (patch) | |
| tree | 7f87fed3d43fae7ab62b06896daeec65f58fa8de /Data/Sys | |
| parent | 96a6d6fd9566bfa18231b31de2830f46f858926d (diff) | |
| parent | fb2404a4a7df94f49d7f3ff269f90a21a2ee1c4d (diff) | |
Merge pull request #10196 from JMC47/haruhi
GameINI: Change Texture Cache to Safe in R44J8P
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/R44.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Data/Sys/GameSettings/R44.ini b/Data/Sys/GameSettings/R44.ini index 6e6011f4f1..f2a3b4158f 100644 --- a/Data/Sys/GameSettings/R44.ini +++ b/Data/Sys/GameSettings/R44.ini @@ -15,5 +15,6 @@ [Video] [Video_Settings] -SafeTextureCacheColorSamples = 512 +# Medium is not enough for this game. See issue 12722 for more info. +SafeTextureCacheColorSamples = 0 SuggestedAspectRatio = 2 |
