mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 08:41:34 +00:00
Fix scissor causing graphical issues
This commit is contained in:
@@ -27,7 +27,7 @@ void sceGuEnable(int state)
|
|||||||
context->scissor_enable = 1;
|
context->scissor_enable = 1;
|
||||||
sendCommandi(SCISSOR1, orig);
|
sendCommandi(SCISSOR1, orig);
|
||||||
sendCommandi(SCISSOR2, end);
|
sendCommandi(SCISSOR2, end);
|
||||||
sendCommandi(REGION1, orig);
|
sendCommandi(REGION1, 0);
|
||||||
sendCommandi(REGION2, end);
|
sendCommandi(REGION2, end);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
@@ -24,7 +24,7 @@ void sceGuScissor(int x, int y, int w, int h)
|
|||||||
|
|
||||||
sendCommandi(SCISSOR1, orig);
|
sendCommandi(SCISSOR1, orig);
|
||||||
sendCommandi(SCISSOR2, end);
|
sendCommandi(SCISSOR2, end);
|
||||||
sendCommandi(REGION1, orig);
|
sendCommandi(REGION1, 0);
|
||||||
sendCommandi(REGION2, end);
|
sendCommandi(REGION2, end);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user