mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
Woops, better not forget the ing
This commit is contained in:
parent
4cd748bbec
commit
e3854ded73
2 changed files with 2 additions and 2 deletions
|
@ -958,7 +958,7 @@ void Renderer::SetBlendMode(bool forceUpdate)
|
|||
|
||||
bool useDstAlpha = !g_ActiveConfig.bDstAlphaPass && bpmem.dstalpha.enable && bpmem.blendmode.alphaupdate
|
||||
&& bpmem.zcontrol.pixel_format == PIXELFMT_RGBA6_Z24;
|
||||
bool useDualSource = g_ActiveConfig.bUseGLSL && g_ActiveConfig.backend_info.bSupportsGLSLBind;
|
||||
bool useDualSource = useDstAlpha && g_ActiveConfig.bUseGLSL && g_ActiveConfig.backend_info.bSupportsGLSLBinding;
|
||||
|
||||
if (changes & 1)
|
||||
// blend enable change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue