1
0
forked from MeloNX/MeloNX

Uneven frame pacing with vsync (#4744)

fixes issue #3906
This commit is contained in:
al81-ru 2023-04-29 23:54:41 +03:00 committed by GitHub
parent 01182f8e39
commit f59a33f621

View File

@ -252,6 +252,7 @@ namespace Ryujinx.Graphics.Gpu.Engine.GPFifo
public void Interrupt()
{
_interrupt = true;
_event.Set();
}
/// <summary>