1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-26 13:36:28 -05:00

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

View File

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