Skip to content

Commit

Permalink
Merge pull request #229 from fjtrujy/guTexFlushImprovement
Browse files Browse the repository at this point in the history
Use `sendCommandi` for TextFlush
  • Loading branch information
fjtrujy authored Aug 18, 2024
2 parents 2e0804b + 0f124ac commit 8827950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gu/sceGuTexFlush.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

void sceGuTexFlush(void)
{
sendCommandf(TEX_FLUSH, 0.0f);
sendCommandi(TEX_FLUSH, 0);
}

0 comments on commit 8827950

Please sign in to comment.