mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-20 17:21:38 +00:00
VideoSW: Drop SetTevReg for colors.
This commit is contained in:
parent
7a154181b4
commit
ab44d2ec5c
5 changed files with 20 additions and 21 deletions
|
@ -64,9 +64,9 @@ static inline int iround(float x)
|
|||
return t;
|
||||
}
|
||||
|
||||
void SetTevReg(int reg, int comp, bool konst, s16 color)
|
||||
void SetTevReg(int reg, int comp, s16 color)
|
||||
{
|
||||
tev.SetRegColor(reg, comp, konst, color);
|
||||
tev.SetRegColor(reg, comp, color);
|
||||
}
|
||||
|
||||
static void Draw(s32 x, s32 y, s32 xi, s32 yi)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue