Stop reporting logic ops.

We support them on desktop and they're not really often used.
This commit is contained in:
Unknown W. Brackets 2013-12-08 00:48:23 -08:00
parent 9de7b34d1c
commit 0e4ca7f9a8

View file

@ -1407,16 +1407,6 @@ void GLES_GPU::ExecuteOpInternal(u32 op, u32 diff) {
break;
#ifndef USING_GLES2
case GE_CMD_LOGICOPENABLE:
if (data != 0)
ERROR_LOG_REPORT_ONCE(logicOpEnable, G3D, "Unsupported logic op enabled: %x", data);
break;
case GE_CMD_LOGICOP:
if (data != 0)
ERROR_LOG_REPORT_ONCE(logicOp, G3D, "Unsupported logic op: %06x", data);
break;
case GE_CMD_ANTIALIASENABLE:
if (data != 0)
WARN_LOG_REPORT_ONCE(antiAlias, G3D, "Unsupported antialias enabled: %06x", data);