mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
PixelShaderManager: Reload fog range adjustment shader constants upon viewport change.
Fixes issue 5618.
This commit is contained in:
@ -413,6 +413,7 @@ void PixelShaderManager::SetZTextureBias(u32 bias)
|
||||
void PixelShaderManager::SetViewportChanged()
|
||||
{
|
||||
s_bDepthRangeChanged = true;
|
||||
s_bFogRangeAdjustChanged = true; // TODO: Shouldn't be necessary with an accurate fog range adjust implementation
|
||||
}
|
||||
|
||||
void PixelShaderManager::SetIndTexScaleChanged(u8 stagemask)
|
||||
|
Reference in New Issue
Block a user