Flush UBO updates more frequently (#2407)

This commit is contained in:
gdkchan
2021-07-07 21:20:52 -03:00
committed by GitHub
parent 8b44eb1c98
commit b02719cf41

View File

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