Fix Windows build, try 2.

This commit is contained in:
NeoBrainX
2013-03-26 23:44:41 +01:00
parent 24ab51f9f6
commit 98362e5934
5 changed files with 5 additions and 6 deletions

View File

@ -248,7 +248,7 @@ void VertexManager::vFlush()
// set global constants
VertexShaderManager::SetConstants();
PixelShaderManager::SetConstants();
PixelShaderManager::SetConstants(g_nativeVertexFmt->m_components);
bool useDstAlpha = !g_ActiveConfig.bDstAlphaPass && bpmem.dstalpha.enable && bpmem.blendmode.alphaupdate &&
bpmem.zcontrol.pixel_format == PIXELFMT_RGBA6_Z24;