1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-18 10:16:40 +00:00

Resolve crash

This commit is contained in:
sunshineinabox 2024-07-29 20:32:52 -07:00
parent e7a4299400
commit 7396c05b35

View file

@ -547,7 +547,7 @@ namespace Ryujinx.Graphics.Vulkan
LogicOpEnable = LogicOpEnable,
};
if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2LogicOp && LogicOpEnable)
if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2LogicOp)
{
colorBlendState.LogicOp = LogicOp;
}