GLES : gstate_c.framebufChanged = true for sccisor as well

This commit is contained in:
raven02 2013-09-20 01:48:43 +08:00
parent a3120e0bbf
commit aea9ecae4b

View file

@ -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;
///