mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
GLES : gstate_c.framebufChanged = true for sccisor as well
This commit is contained in:
parent
a3120e0bbf
commit
aea9ecae4b
1 changed files with 2 additions and 0 deletions
|
@ -908,6 +908,8 @@ void GLES_GPU::ExecuteOp(u32 op, u32 diff) {
|
|||
|
||||
case GE_CMD_SCISSOR1:
|
||||
case GE_CMD_SCISSOR2:
|
||||
if (diff)
|
||||
gstate_c.framebufChanged = true;
|
||||
break;
|
||||
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue