mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
softgpu: Correct logic op state update.
This commit is contained in:
parent
6896a7a64e
commit
6da7765309
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,8 @@ void ComputePixelFuncID(PixelFuncID *id) {
|
|||
if (id->applyFog) {
|
||||
id->cached.fogColor = gstate.fogcolor & 0x00FFFFFF;
|
||||
}
|
||||
if (id->applyLogicOp)
|
||||
id->cached.logicOp = gstate.getLogicOp();
|
||||
id->cached.minz = gstate.getDepthRangeMin();
|
||||
id->cached.maxz = gstate.getDepthRangeMax();
|
||||
id->cached.framebufStride = gstate.FrameBufStride();
|
||||
|
|
Loading…
Add table
Reference in a new issue