diff options
| author | TryTwo <taolas@gmail.com> | 2025-04-05 17:40:32 -0700 |
|---|---|---|
| committer | TryTwo <taolas@gmail.com> | 2025-04-05 17:40:32 -0700 |
| commit | 69bdb0535c42980f29f6fbe1c4641f83914f3b4a (patch) | |
| tree | 6581c40bebebff79f2bf7ba80c8e6040edfe4d7f /Data | |
| parent | 2d1671a863efed9fee3042b77a79bcac4d52fcf4 (diff) | |
Gamesetting fix: Monster Hunter Tri. set EFBAccessEnable = True to fix over-bloom issues.
Was broken due to the default for this setting being switched.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/RMH.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/RMH.ini b/Data/Sys/GameSettings/RMH.ini index b9cc04113b..8e79405a81 100644 --- a/Data/Sys/GameSettings/RMH.ini +++ b/Data/Sys/GameSettings/RMH.ini @@ -11,3 +11,4 @@ [Video_Hacks] ImmediateXFBEnable = False +EFBAccessEnable = True |
