diff options
| author | Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> | 2024-09-29 00:35:34 +0100 |
|---|---|---|
| committer | Patrick Ferry <8967997+PatrickFerry@users.noreply.github.com> | 2024-09-29 00:35:34 +0100 |
| commit | eb07c832b9a1d1a19625762a115ffc6d6313d60b (patch) | |
| tree | ba2b1dfc9272192bb8320a06026f3335fb3ee356 /Data | |
| parent | 1d8fef86494f6a4e1b49b97e0fb1d0817fc5d7af (diff) | |
GameINI: Set Texture Cache Accuracy to "Safe" for UFC Personal Trainer: The Ultimate Fitness System
SafeTextureCacheColorSamples is supposed to be for [Video_Settings], but also the medium setting isn't enough to display the missing text.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/SU4.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Data/Sys/GameSettings/SU4.ini b/Data/Sys/GameSettings/SU4.ini index 8cc6e09860..39d0ca4ef6 100644 --- a/Data/Sys/GameSettings/SU4.ini +++ b/Data/Sys/GameSettings/SU4.ini @@ -1,4 +1,5 @@ # SU4P78, SU4E78 - UFC Personal Trainer: The Ultimate Fitness System -[Video_Hacks] -SafeTextureCacheColorSamples = 512 +[Video_Settings] +# Displays missing text +SafeTextureCacheColorSamples = 0 |
