Improved and simplified window texture presentation
This commit is contained in:
parent
b2b2e04669
commit
16d88c21fc
11 changed files with 137 additions and 497 deletions
|
@ -294,7 +294,7 @@ namespace Ryujinx.Ui
|
|||
|
||||
private new void RenderFrame()
|
||||
{
|
||||
_renderer.Window.Present();
|
||||
_device.PresentFrame(SwapBuffers);
|
||||
|
||||
_device.Statistics.RecordSystemFrameTime();
|
||||
|
||||
|
@ -312,8 +312,6 @@ namespace Ryujinx.Ui
|
|||
|
||||
_titleEvent = true;
|
||||
|
||||
SwapBuffers();
|
||||
|
||||
_device.System.SignalVsync();
|
||||
|
||||
_device.VsyncEvent.Set();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue