mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Merge pull request #13664 from Tilka/cabela
GameSettings: disable efb2tex for two Cabela's games
This commit is contained in:
commit
e83f9fb721
2 changed files with 10 additions and 0 deletions
5
Data/Sys/GameSettings/SH8.ini
Normal file
5
Data/Sys/GameSettings/SH8.ini
Normal file
|
@ -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
|
5
Data/Sys/GameSettings/SUV.ini
Normal file
5
Data/Sys/GameSettings/SUV.ini
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue