forgot to update the note

This commit is contained in:
Piplup 2024-05-23 14:13:35 +01:00
parent ba378025f6
commit e26e9368e1
No known key found for this signature in database
GPG key ID: AADE53FD75F1BEAD

View file

@ -560,7 +560,7 @@ namespace Ryujinx.Graphics.Vulkan
}
}
// AMD has a bug where it enables logical operations even for float formats,
// AMD and Intel has a bug where it enables logical operations even for float formats,
// so we need to force disable them here.
bool logicOpEnable = LogicOpEnable && (gd.Vendor != Vendor.Amd && gd.Vendor != Vendor.Intel || Internal.LogicOpsAllowed);