diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2022-04-07 00:00:38 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2022-06-27 18:20:52 -0500 |
| commit | 0f8815572991511e490e87a50e4e57d1648702e0 (patch) | |
| tree | b2db8d4211a2b587029984a8d95656f2bb0c6fbe /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | f416b7192536d340685cf17297f1bcb02adb9baa (diff) | |
Core / DolphinQt / VideoCommon: add setting for enabling graphic mods
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index 58893c9267..c1ff163f9c 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -145,6 +145,8 @@ void VideoConfig::Refresh() bFastTextureSampling = Config::Get(Config::GFX_HACK_FAST_TEXTURE_SAMPLING); bPerfQueriesEnable = Config::Get(Config::GFX_PERF_QUERIES_ENABLE); + + bGraphicMods = Config::Get(Config::GFX_MODS_ENABLE); } void VideoConfig::VerifyValidity() |
