mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2026-02-08 13:58:48 +00:00
Resolve crash
This commit is contained in:
parent
e7a4299400
commit
7396c05b35
@ -547,7 +547,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||||||
LogicOpEnable = LogicOpEnable,
|
LogicOpEnable = LogicOpEnable,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2LogicOp && LogicOpEnable)
|
if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2LogicOp)
|
||||||
{
|
{
|
||||||
colorBlendState.LogicOp = LogicOp;
|
colorBlendState.LogicOp = LogicOp;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user