Fix nit 2
This commit is contained in:
parent
beda89da27
commit
a1bfdf4671
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ namespace Ryujinx.HLE.HOS.Services.Aud
|
||||||
(Params.PerformanceManagerCount + 1) + 0x13F) & ~0x3FL;
|
(Params.PerformanceManagerCount + 1) + 0x13F) & ~0x3FL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IsVariadicCommandBufferSizeSupported)
|
if (isVariadicCommandBufferSizeSupported)
|
||||||
{
|
{
|
||||||
size += Params.EffectCount * 0x840 +
|
size += Params.EffectCount * 0x840 +
|
||||||
Params.MixCount * 0x5A38 +
|
Params.MixCount * 0x5A38 +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue