mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fixed D3D booting. Now for the VS/PS compilation errors
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2488 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -928,7 +928,7 @@ static bool WriteAlphaTest(char *&p)
|
||||
break;
|
||||
}
|
||||
|
||||
// Seems we need clip for Cg and discard for d3d. sigh.
|
||||
// Seems we need discard for Cg and clip for d3d. sigh.
|
||||
WRITE(p, "discard( ");
|
||||
WriteAlphaCompare(p, 0, bpmem.alphaFunc.comp0);
|
||||
|
||||
|
Reference in New Issue
Block a user