mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-23 20:22:40 +00:00
Improving SCE GU readability
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
|
||||
void sceGuTexFilter(int min, int mag)
|
||||
{
|
||||
sendCommandi(198,(mag << 8)|min);
|
||||
sendCommandi(TEX_FILTER, (mag << 8) | min);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user