diff options
| author | JMC47 <JMC4789@gmail.com> | 2025-05-15 18:15:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-15 18:15:09 -0400 |
| commit | e83f9fb72162fb73ba1a6e023650f47186384550 (patch) | |
| tree | d1295c8e2a4f17272f46d7ced4d06c88df51726f | |
| parent | fc833f845c1d9f2ce158413ed2aed05b7e3e7ab2 (diff) | |
| parent | 6315527d217997f06536f0da236ce7d5611780ed (diff) | |
Merge pull request #13664 from Tilka/cabela
GameSettings: disable efb2tex for two Cabela's games
| -rw-r--r-- | Data/Sys/GameSettings/SH8.ini | 5 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SUV.ini | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/SH8.ini b/Data/Sys/GameSettings/SH8.ini new file mode 100644 index 0000000000..2d68d8fc37 --- /dev/null +++ b/Data/Sys/GameSettings/SH8.ini @@ -0,0 +1,5 @@ +# SH8E52, SH8P52 - Cabela's Adventure Camp + +[Video_Hacks] +# This keeps the in-game bloom effect from becoming brighter and brighter. +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/SUV.ini b/Data/Sys/GameSettings/SUV.ini new file mode 100644 index 0000000000..05092cf733 --- /dev/null +++ b/Data/Sys/GameSettings/SUV.ini @@ -0,0 +1,5 @@ +# SUVE52, SUVP52 - Cabela's Dangerous Hunts 2013 + +[Video_Hacks] +# This keeps the in-game bloom effect from becoming brighter and brighter. +EFBToTextureEnable = False |
