mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-03-05 17:48:02 +00:00
Missed change
This commit is contained in:
parent
efdcce4415
commit
88786ba29c
@ -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 New Issue
Block a user