This commit is contained in:
Starlet 2018-06-23 00:15:03 -04:00
parent f3b43e9e6d
commit 4758834894

View file

@ -45,7 +45,7 @@ namespace Ryujinx.HLE.OsHle.Services.Aud
UpdateDataHeader OutputDataHeader = new UpdateDataHeader();
OutputDataHeader.Revision = Params.Revision;
OutputDataHeader.BehaviorSize = 0xb0;
OutputDataHeader.BehaviorSize = 0xb0;
OutputDataHeader.MemoryPoolsSize = (Params.EffectCount + (Params.VoiceCount * 4)) * 0x10;
OutputDataHeader.VoicesSize = Params.VoiceCount * 0x10;
OutputDataHeader.EffectsSize = Params.EffectCount * 0x10;