mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Merge pull request #229 from fjtrujy/guTexFlushImprovement
Use `sendCommandi` for TextFlush
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
|
||||
void sceGuTexFlush(void)
|
||||
{
|
||||
sendCommandf(TEX_FLUSH, 0.0f);
|
||||
sendCommandi(TEX_FLUSH, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user