diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2024-11-29 11:47:18 -0800 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2024-11-29 12:09:30 -0800 |
| commit | 6462e794c82dc5b6198f3adcd8c9c30b0b8bb6b5 (patch) | |
| tree | 974b9cbc874254dc8ba29db9d21039c333caa91f /Data | |
| parent | cd0b13603d2e73940be7b357c26949dc77aed2dc (diff) | |
GameINI: Use Safe Texture Cache for Cabela's Dangerous Hunts 2011
This fixes text on the menu and in-game.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/SCD.ini | 5 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SHU.ini | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/SCD.ini b/Data/Sys/GameSettings/SCD.ini new file mode 100644 index 0000000000..5517e8d211 --- /dev/null +++ b/Data/Sys/GameSettings/SCD.ini @@ -0,0 +1,5 @@ +# SCDE52, SCDP52 - Cabela's Dangerous Hunts 2011 + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + diff --git a/Data/Sys/GameSettings/SHU.ini b/Data/Sys/GameSettings/SHU.ini new file mode 100644 index 0000000000..842f643234 --- /dev/null +++ b/Data/Sys/GameSettings/SHU.ini @@ -0,0 +1,5 @@ +# SHUE52 - Cabela's Dangerous Hunts 2011: Special Edition + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + |
