mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 14:10:47 -07:00
Fix regression -- enable raw frame buffer rendering
This commit is contained in:
@ -63,7 +63,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL
|
|||||||
|
|
||||||
public void Render()
|
public void Render()
|
||||||
{
|
{
|
||||||
//FbRenderer.Render();
|
FbRenderer.Render();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetWindowSize(int Width, int Height)
|
public void SetWindowSize(int Width, int Height)
|
||||||
|
Reference in New Issue
Block a user