Need to test this on Windows

This commit is contained in:
sunshineinabox 2024-09-02 20:18:24 -07:00
parent 91c3ac2701
commit 1fa1c7b01d
4 changed files with 16 additions and 15 deletions

View file

@ -276,8 +276,6 @@ namespace Ryujinx.Graphics.Vulkan
public void ReplayIfDirty(VulkanRenderer gd, CommandBuffer commandBuffer)
{
_ = gd.Api;
if (_dirty.HasFlag(DirtyFlags.Blend))
{
RecordBlend(gd.Api, commandBuffer);