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,9 +10,5 @@
void sceGuShadeModel(int mode)
{
switch (mode)
{
case 1: sendCommandi(80,1); break;
default: sendCommandi(80,0); break;
}
sendCommandi(SHADE_MODE, mode ? 1 : 0);
}