Improving SCE GU readability

This commit is contained in:
Francisco Javier Trujillo Mata
2024-07-22 22:49:13 +02:00
parent ebae12f13f
commit 191880f973
66 changed files with 1312 additions and 482 deletions

View File

@@ -10,5 +10,5 @@
void sceGuTexFilter(int min, int mag)
{
sendCommandi(198,(mag << 8)|min);
sendCommandi(TEX_FILTER, (mag << 8) | min);
}