mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
PixelShaderManager: Fizzle out fog changes when disabled here
This lets us remove a use of GetConfig.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user