mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 02:30:53 -05: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