Flush UBO updates more frequently (#2407)

This commit is contained in:
gdkchan 2021-07-07 21:20:52 -03:00 committed by Matt Heins
commit 7f80d453c5

View file

@ -126,6 +126,8 @@ namespace Ryujinx.Graphics.Gpu.Engine.GPFifo
} }
} }
} }
_context.Methods.FlushUboDirty(MemoryManager);
} }
/// <summary> /// <summary>