Applied Suggestions

This commit is contained in:
Piplup 2024-05-23 18:58:19 +01:00
commit 9b300b4d59

View file

@ -560,7 +560,7 @@ namespace Ryujinx.Graphics.Vulkan
} }
} }
// vendors other than nvidia have a bug where it enables logical operations even for float formats, // Vendors other than NVIDIA have a bug where it enables logical operations even for float formats,
// so we need to force disable them here. // so we need to force disable them here.
bool logicOpEnable = LogicOpEnable && (gd.Vendor == Vendor.Nvidia || Internal.LogicOpsAllowed); bool logicOpEnable = LogicOpEnable && (gd.Vendor == Vendor.Nvidia || Internal.LogicOpsAllowed);