mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 22:56:39 +00:00
Fix regression -- enable raw frame buffer rendering
This commit is contained in:
parent
feb2680a6c
commit
f57fd95fd9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue