Address Feedback
This commit is contained in:
parent
24d069759d
commit
60e8fc5d34
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ namespace Ryujinx.HLE.HOS.Services.Aud.AudioRenderer
|
||||||
|
|
||||||
_memoryPools = CreateArray<MemoryPoolContext>(Params.EffectCount + Params.VoiceCount * 4);
|
_memoryPools = CreateArray<MemoryPoolContext>(Params.EffectCount + Params.VoiceCount * 4);
|
||||||
|
|
||||||
_voices = CreateArray<VoiceContext>(Params.VoiceCount);
|
_voices = CreateArray<VoiceContext>(Params.VoiceCount);
|
||||||
|
|
||||||
_effects = CreateArray<EffectContext>(Params.EffectCount);
|
_effects = CreateArray<EffectContext>(Params.EffectCount);
|
||||||
|
|
||||||
InitializeAudioOut();
|
InitializeAudioOut();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue