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 Matt Heins
parent 8930a685ec
commit 51bff60d46

View file

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