forked from MeloNX/MeloNX
amadeus: Fix a typo in TapFrame logic (#1767)
This fix a crash at boot in Pang Adventures
This commit is contained in:
parent
ec9c4f41bf
commit
6dc40f552e
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user