aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/OpenGL/OpenGLRenderer.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-04-10 16:56:03 -0300
committergdkchan <gab.dark.100@gmail.com>2018-04-10 16:56:03 -0300
commitf57fd95fd9ee12e2dec0af891604a447ea69adce (patch)
tree3380c5a7bbfc29e02201a302ad3cf181a40b52e0 /Ryujinx.Graphics/Gal/OpenGL/OpenGLRenderer.cs
parentfeb2680a6ce1512c08980ee55c1c8215b8b5c3e4 (diff)
Fix regression -- enable raw frame buffer rendering
Diffstat (limited to 'Ryujinx.Graphics/Gal/OpenGL/OpenGLRenderer.cs')
-rw-r--r--Ryujinx.Graphics/Gal/OpenGL/OpenGLRenderer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics/Gal/OpenGL/OpenGLRenderer.cs b/Ryujinx.Graphics/Gal/OpenGL/OpenGLRenderer.cs
index 8d8e6425..0b7bf92a 100644
--- a/Ryujinx.Graphics/Gal/OpenGL/OpenGLRenderer.cs
+++ b/Ryujinx.Graphics/Gal/OpenGL/OpenGLRenderer.cs
@@ -63,7 +63,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL
public void Render()
{
- //FbRenderer.Render();
+ FbRenderer.Render();
}
public void SetWindowSize(int Width, int Height)