Method doesn't use unsafe code

This commit is contained in:
Alex Barney 2018-12-01 14:45:52 -06:00
parent 9045324127
commit 3ede7b80d9

View file

@ -305,7 +305,7 @@ namespace Ryujinx.HLE.HOS.Services.Aud.AudioRenderer
}
}
private unsafe void AppendMixedBuffer(long tag)
private void AppendMixedBuffer(long tag)
{
int[] mixBuffer = new int[MixBufferSamplesCount * AudioConsts.HostChannelsCount];