mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-30 15:32:47 +00:00
Rasterizer: Specify internal linkage on Draw
It's not exposed in the header.
This commit is contained in:
parent
a0924b5e1b
commit
0608ed5130
@ -119,7 +119,7 @@ void SetTevReg(int reg, int comp, bool konst, s16 color)
|
||||
tev.SetRegColor(reg, comp, konst, color);
|
||||
}
|
||||
|
||||
inline void Draw(s32 x, s32 y, s32 xi, s32 yi)
|
||||
static void Draw(s32 x, s32 y, s32 xi, s32 yi)
|
||||
{
|
||||
INCSTAT(swstats.thisFrame.rasterizedPixels);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user