Ver Fonte

Fix regression -- enable raw frame buffer rendering

gdkchan há 8 anos atrás
pai
commit
f57fd95fd9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Ryujinx.Graphics/Gal/OpenGL/OpenGLRenderer.cs

+ 1 - 1
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)