mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
PixelShaderManager: Fizzle out fog changes when disabled here
This lets us remove a use of GetConfig.
This commit is contained in:
parent
fe645b888b
commit
08611c3f36
4 changed files with 9 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue