mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-04 10:02:20 -05:00
Merge some scissor rect related code to VideoCommon.
This commit is contained in:
@@ -162,7 +162,7 @@ void BPWritten(const BPCmd& bp)
|
||||
case BPMEM_SCISSORTL: // Scissor Rectable Top, Left
|
||||
case BPMEM_SCISSORBR: // Scissor Rectable Bottom, Right
|
||||
case BPMEM_SCISSOROFFSET: // Scissor Offset
|
||||
SetScissor(bp);
|
||||
SetScissor();
|
||||
break;
|
||||
case BPMEM_LINEPTWIDTH: // Line Width
|
||||
SetLineWidth(bp);
|
||||
|
||||
Reference in New Issue
Block a user