mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-18 14:26:42 +00:00
Missed change
This commit is contained in:
parent
efdcce4415
commit
88786ba29c
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
LogicOpEnable = LogicOpEnable,
|
||||
};
|
||||
|
||||
if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2LogicOp)
|
||||
if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2LogicOp && LogicOpEnable)
|
||||
{
|
||||
colorBlendState.LogicOp = LogicOp;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue