Resolve merge error

This commit is contained in:
sunshineinabox 2024-07-19 17:36:29 -07:00
parent afe4d581ee
commit 7610236816
1 changed files with 1 additions and 1 deletions

View File

@ -1155,7 +1155,7 @@ namespace Ryujinx.Graphics.Vulkan
{
// On Adreno, enabling rasterizer discard somehow corrupts the viewport state.
// Force it to be updated on next use to work around this bug.
DynamicState.ForceAllDirty();
DynamicState.ForceAllDirty(Gd);
}
}