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 21c4176157
commit 680e548022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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