Fix input consumed by audio renderer SplitterState.Update
This commit is contained in:
parent
543d75a587
commit
b5e05d5d2c
1 changed files with 5 additions and 0 deletions
|
@ -159,6 +159,11 @@ namespace Ryujinx.Audio.Renderer.Server.Splitter
|
|||
}
|
||||
}
|
||||
|
||||
if (destinationCount < parameter.DestinationCount)
|
||||
{
|
||||
input.Advance((parameter.DestinationCount - destinationCount) * 4);
|
||||
}
|
||||
|
||||
Debug.Assert(parameter.Id == Id);
|
||||
|
||||
if (parameter.Id == Id)
|
||||
|
|
Loading…
Add table
Reference in a new issue