Merge pull request #229 from fjtrujy/guTexFlushImprovement

Use `sendCommandi` for TextFlush
This commit is contained in:
Francisco Javier Trujillo Mata
2024-08-18 22:35:52 +02:00
committed by GitHub

View File

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