Make gfx3d_FlushFIFO() static.

This commit is contained in:
riccardom 2009-01-26 19:51:07 +00:00
parent 2df831cbb0
commit 23cffd809c
1 changed files with 1 additions and 1 deletions

View File

@ -1232,7 +1232,7 @@ void gfx3d_execute(u8 cmd, u32 param)
}
#endif
void gfx3d_FlushFIFO()
static void gfx3d_FlushFIFO()
{
if (!gxFIFO.tail) return;