aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Renderer.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2020-01-12 19:12:40 -0300
committerjduncanator <1518948+jduncanator@users.noreply.github.com>2020-01-13 09:12:40 +1100
commit2bb39ff03e7f8b4f3383d5a5383dc9cbd808f0b6 (patch)
treedf2313fbfbd257f75bb8425071c0ed19f4ccc0f8 /Ryujinx.Graphics.OpenGL/Renderer.cs
parent88f78ae6c83def8700235e153099190cc4cef890 (diff)
Replace glFinish with barrier for WaitForIdle (#878)
Diffstat (limited to 'Ryujinx.Graphics.OpenGL/Renderer.cs')
-rw-r--r--Ryujinx.Graphics.OpenGL/Renderer.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Ryujinx.Graphics.OpenGL/Renderer.cs b/Ryujinx.Graphics.OpenGL/Renderer.cs
index 29a0ea29..ccb53397 100644
--- a/Ryujinx.Graphics.OpenGL/Renderer.cs
+++ b/Ryujinx.Graphics.OpenGL/Renderer.cs
@@ -55,11 +55,6 @@ namespace Ryujinx.Graphics.OpenGL
return new TextureStorage(this, info).CreateDefaultView();
}
- public void FlushPipelines()
- {
- GL.Finish();
- }
-
public Capabilities GetCapabilities()
{
return new Capabilities(