aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/PerformanceManagerGeneric.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Audio.Renderer/Server/Performance/PerformanceManagerGeneric.cs b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceManagerGeneric.cs
index 54d9dc42..f0d3dd5c 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/PerformanceManagerGeneric.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceManagerGeneric.cs
@@ -277,7 +277,7 @@ namespace Ryujinx.Audio.Renderer.Server.Performance
public override void TapFrame(bool dspRunningBehind, uint voiceDropCount, ulong startRenderingTicks)
{
- if (_availableFrameCount > 1)
+ if (_availableFrameCount > 0)
{
int targetIndexForHistory = _indexHistoryWrite;