mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue