Use texture int for TextFlush

This commit is contained in:
Francisco Javier Trujillo Mata
2024-08-18 19:30:42 +02:00
parent 2e0804b0c1
commit 0f124ac986

View File

@@ -10,5 +10,5 @@
void sceGuTexFlush(void)
{
sendCommandf(TEX_FLUSH, 0.0f);
sendCommandi(TEX_FLUSH, 0);
}