Some missed values

This commit is contained in:
sunshineinabox 2024-05-16 22:59:37 -07:00
parent 398ca7ad82
commit cee5ae5551
2 changed files with 17 additions and 15 deletions

View file

@ -1159,7 +1159,10 @@ namespace Ryujinx.Graphics.Vulkan
DynamicState.ScissorsCount = count;
_newState.ScissorsCount = (uint)count;
if (!_supportExtDynamic)
{
_newState.ScissorsCount = (uint)count;
}
SignalStateChange();
}