mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-07 02:38:29 +02: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