parent
0eaef3ea53
commit
27ce7acf63
|
@ -164,8 +164,8 @@ u16 FORCEINLINE GFX_FIFOgetSize()
|
||||||
|
|
||||||
void GFX_PIPEclear()
|
void GFX_PIPEclear()
|
||||||
{
|
{
|
||||||
gxFIFO.head = 0;
|
gxPIPE.head = 0;
|
||||||
gxFIFO.tail = 0;
|
gxPIPE.tail = 0;
|
||||||
gxPIPE.size = 0;
|
gxPIPE.size = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue