mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoSW: Drop SetTevReg for colors.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user