mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Stop reporting logic ops.
We support them on desktop and they're not really often used.
This commit is contained in:
parent
9de7b34d1c
commit
0e4ca7f9a8
1 changed files with 0 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue