mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
SW/Tev: Replace Tev::SetRegColor with Tev::SetKonstColors
This commit is contained in:
@@ -140,9 +140,9 @@ static inline int iround(float x)
|
||||
return t;
|
||||
}
|
||||
|
||||
void SetTevReg(int reg, int comp, s16 color)
|
||||
void SetTevKonstColors()
|
||||
{
|
||||
tev.SetRegColor(reg, comp, color);
|
||||
tev.SetKonstColors();
|
||||
}
|
||||
|
||||
static void Draw(s32 x, s32 y, s32 xi, s32 yi)
|
||||
|
||||
Reference in New Issue
Block a user