get rid of this Flush call

isn't really needed
This commit is contained in:
CasualPokePlayer 2024-03-10 15:03:33 -07:00
parent d9a93c474a
commit 03fa3fc19d
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.N64
if (RenderSound)
{
Resampler.EnqueueSamples(audioBuffer, audioBufferSize / 2);
Resampler.Flush();
}
}
}