VideoSW: Drop SetTevReg for colors.

This commit is contained in:
degasus
2016-03-06 11:03:45 +01:00
parent 7a154181b4
commit ab44d2ec5c
5 changed files with 20 additions and 21 deletions

View File

@ -14,7 +14,7 @@ namespace Rasterizer
void DrawTriangleFrontFace(OutputVertexData *v0, OutputVertexData *v1, OutputVertexData *v2);
void SetTevReg(int reg, int comp, bool konst, s16 color);
void SetTevReg(int reg, int comp, s16 color);
struct Slope
{