mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-04 14:28:30 +00:00
Improving SCE GU readability
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user