mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-12-26 18:43:04 +00:00
Resolve crash
This commit is contained in:
parent
e7a4299400
commit
7396c05b35
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
LogicOpEnable = LogicOpEnable,
|
||||
};
|
||||
|
||||
if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2LogicOp && LogicOpEnable)
|
||||
if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2LogicOp)
|
||||
{
|
||||
colorBlendState.LogicOp = LogicOp;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue