Oops
This commit is contained in:
parent
f3b43e9e6d
commit
4758834894
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace Ryujinx.HLE.OsHle.Services.Aud
|
||||||
UpdateDataHeader OutputDataHeader = new UpdateDataHeader();
|
UpdateDataHeader OutputDataHeader = new UpdateDataHeader();
|
||||||
|
|
||||||
OutputDataHeader.Revision = Params.Revision;
|
OutputDataHeader.Revision = Params.Revision;
|
||||||
OutputDataHeader.BehaviorSize = 0xb0;
|
OutputDataHeader.BehaviorSize = 0xb0;
|
||||||
OutputDataHeader.MemoryPoolsSize = (Params.EffectCount + (Params.VoiceCount * 4)) * 0x10;
|
OutputDataHeader.MemoryPoolsSize = (Params.EffectCount + (Params.VoiceCount * 4)) * 0x10;
|
||||||
OutputDataHeader.VoicesSize = Params.VoiceCount * 0x10;
|
OutputDataHeader.VoicesSize = Params.VoiceCount * 0x10;
|
||||||
OutputDataHeader.EffectsSize = Params.EffectCount * 0x10;
|
OutputDataHeader.EffectsSize = Params.EffectCount * 0x10;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue