mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21:39 +00:00
Update video.cpp
This commit is contained in:
parent
25cfbe83e0
commit
8888b2750a
1 changed files with 1 additions and 0 deletions
|
|
@ -1497,6 +1497,7 @@ static void ApplyLowEndDefaults()
|
|||
ApplyLowEndDefault(Config::AntiAliasing, EAntiAliasing::MSAA2x, changed);
|
||||
ApplyLowEndDefault(Config::ShadowResolution, EShadowResolution::Original, changed);
|
||||
ApplyLowEndDefault(Config::TransparencyAntiAliasing, false, changed);
|
||||
ApplyLowEndDefault(Config::GITextureFiltering, EGITextureFiltering::Bilinear, changed);
|
||||
|
||||
if (changed) {
|
||||
Config::Save();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue