Make gfx3d_FlushFIFO() static.
This commit is contained in:
parent
2df831cbb0
commit
23cffd809c
|
@ -1232,7 +1232,7 @@ void gfx3d_execute(u8 cmd, u32 param)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void gfx3d_FlushFIFO()
|
static void gfx3d_FlushFIFO()
|
||||||
{
|
{
|
||||||
if (!gxFIFO.tail) return;
|
if (!gxFIFO.tail) return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue