diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-03 15:08:11 -0400 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-20 11:15:09 -0400 |
| commit | 08611c3f363b67e9a9aedef43d9e18bab1d232cf (patch) | |
| tree | 2bec06c8cc1395b0404e114eddd9aa43e19dc33c /Source/Core/VideoCommon/BPFunctions.cpp | |
| parent | fe645b888b589b7e7d9cc34be7809e2ff6d62cc3 (diff) | |
PixelShaderManager: Fizzle out fog changes when disabled here
This lets us remove a use of GetConfig.
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPFunctions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp index 4d3be45498..89ace7baa5 100644 --- a/Source/Core/VideoCommon/BPFunctions.cpp +++ b/Source/Core/VideoCommon/BPFunctions.cpp @@ -229,8 +229,6 @@ bool GetConfig(const int &type) { case CONFIG_ISWII: return SConfig::GetInstance().m_LocalCoreStartupParameter.bWii; - case CONFIG_DISABLEFOG: - return g_ActiveConfig.bDisableFog; case CONFIG_SHOWEFBREGIONS: return g_ActiveConfig.bShowEFBCopyRegions; default: |
