mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Reintroduce check for GE_LOGIC_COPY
This commit is contained in:
parent
e5b8d91c9f
commit
4c927c1421
1 changed files with 2 additions and 1 deletions
|
@ -229,7 +229,8 @@ void DrawEngineGLES::ApplyDrawState(int prim) {
|
|||
|
||||
#ifndef USING_GLES2
|
||||
if (gstate_c.Supports(GPU_SUPPORTS_LOGIC_OP)) {
|
||||
renderManager->SetLogicOp(gstate.isLogicOpEnabled(), logicOps[gstate.getLogicOp()]);
|
||||
renderManager->SetLogicOp(gstate.isLogicOpEnabled() && gstate.getLogicOp() != GE_LOGIC_COPY,
|
||||
logicOps[gstate.getLogicOp()]);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue