Fix for current framebuffer issues (#78)

[GPU] Fix some of the current framebuffer issues
This commit is contained in:
gdkchan 2018-04-13 15:12:58 -03:00 committed by GitHub
parent 8fddc8351f
commit fab16f9aae
23 changed files with 482 additions and 891 deletions

View file

@ -38,8 +38,6 @@ namespace Ryujinx
protected override void OnLoad(EventArgs e)
{
VSync = VSyncMode.On;
Renderer.InitializeFrameBuffer();
}
protected override void OnUpdateFrame(FrameEventArgs e)