diff options
author | gdkchan <gab.dark.100@gmail.com> | 2021-07-07 21:20:52 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 21:20:52 -0300 |
commit | b02719cf4173c0ca26e6d562424eba68965ce59c (patch) | |
tree | c918d27120ca81074697de5b9a035675f5192b6c | |
parent | 8b44eb1c981d7106be37107755c7c71c3c3c0ce4 (diff) |
Flush UBO updates more frequently (#2407)
-rw-r--r-- | Ryujinx.Graphics.Gpu/Engine/GPFifo/GPFifoProcessor.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Engine/GPFifo/GPFifoProcessor.cs b/Ryujinx.Graphics.Gpu/Engine/GPFifo/GPFifoProcessor.cs index d12b6810..c2727f48 100644 --- a/Ryujinx.Graphics.Gpu/Engine/GPFifo/GPFifoProcessor.cs +++ b/Ryujinx.Graphics.Gpu/Engine/GPFifo/GPFifoProcessor.cs @@ -126,6 +126,8 @@ namespace Ryujinx.Graphics.Gpu.Engine.GPFifo } } } + + _context.Methods.FlushUboDirty(MemoryManager); } /// <summary> |