VideoCommon: Drop "Disable destAlpha" hack

This option has no use any more, neither performance nor driver workaround.
This commit is contained in:
degasus 2015-09-09 21:20:46 +02:00
parent 38d05cd70f
commit 74b20e627c
9 changed files with 4 additions and 23 deletions

View file

@ -250,8 +250,7 @@ void VertexManager::Flush()
GeometryShaderManager::SetConstants();
PixelShaderManager::SetConstants();
bool useDstAlpha = !g_ActiveConfig.bDstAlphaPass &&
bpmem.dstalpha.enable &&
bool useDstAlpha = bpmem.dstalpha.enable &&
bpmem.blendmode.alphaupdate &&
bpmem.zcontrol.pixel_format == PEControl::RGBA6_Z24;