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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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