Address Feedback

This commit is contained in:
John Clemis 2019-01-10 06:22:38 -06:00
parent 24d069759d
commit 60e8fc5d34

View file

@ -75,8 +75,7 @@ namespace Ryujinx.HLE.HOS.Services.Aud.AudioRenderer
_memoryPools = CreateArray<MemoryPoolContext>(Params.EffectCount + Params.VoiceCount * 4);
_voices = CreateArray<VoiceContext>(Params.VoiceCount);
_voices = CreateArray<VoiceContext>(Params.VoiceCount);
_effects = CreateArray<EffectContext>(Params.EffectCount);
InitializeAudioOut();