Remove extra line

This commit is contained in:
gdkchan 2020-01-15 02:10:15 -03:00
parent 844051eafd
commit 731eaf21ac

View file

@ -142,7 +142,6 @@ namespace Ryujinx.HLE.HOS.Services.Audio.AudioRendererManager
MemoryHelper.FillWithZeros(context.Memory, outputPosition, (int)outputSize);
long inputPosition = context.Request.SendBuff[0].Position;
StructReader reader = new StructReader(context.Memory, inputPosition);