mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 10:30:47 -07:00
Replace glFinish with barrier for WaitForIdle (#878)
This commit is contained in:
@ -154,7 +154,7 @@ namespace Ryujinx.Graphics.Gpu
|
||||
{
|
||||
_context.Methods.PerformDeferredDraws();
|
||||
|
||||
_context.Renderer.FlushPipelines();
|
||||
_context.Renderer.Pipeline.Barrier();
|
||||
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user