Method doesn't use unsafe code
This commit is contained in:
parent
9045324127
commit
3ede7b80d9
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
int[] mixBuffer = new int[MixBufferSamplesCount * AudioConsts.HostChannelsCount];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue