mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-18 00:10:33 +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