mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
SW/Tev: Replace Tev::SetRegColor with Tev::SetKonstColors
This commit is contained in:
parent
3b9a048291
commit
ae0fcd9a9f
5 changed files with 13 additions and 16 deletions
|
@ -17,7 +17,7 @@ void UpdateZSlope(const OutputVertexData* v0, const OutputVertexData* v1,
|
|||
void DrawTriangleFrontFace(const OutputVertexData* v0, const OutputVertexData* v1,
|
||||
const OutputVertexData* v2);
|
||||
|
||||
void SetTevReg(int reg, int comp, s16 color);
|
||||
void SetTevKonstColors();
|
||||
|
||||
struct RasterBlockPixel
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue