mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 12:41:50 +00:00
Flush UBO updates more frequently (#2407)
This commit is contained in:
parent
8b44eb1c98
commit
b02719cf41
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ namespace Ryujinx.Graphics.Gpu.Engine.GPFifo
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
_context.Methods.FlushUboDirty(MemoryManager);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue