From 6315527d217997f06536f0da236ce7d5611780ed Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Thu, 15 May 2025 22:07:23 +0100 Subject: [PATCH] GameSettings: disable efb2tex for two Cabela's games --- Data/Sys/GameSettings/SH8.ini | 5 +++++ Data/Sys/GameSettings/SUV.ini | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 Data/Sys/GameSettings/SH8.ini create mode 100644 Data/Sys/GameSettings/SUV.ini 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