Fix nit 2

This commit is contained in:
Ac_K 2019-04-24 04:44:57 +02:00 committed by GitHub
parent beda89da27
commit a1bfdf4671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ namespace Ryujinx.HLE.HOS.Services.Aud
(Params.PerformanceManagerCount + 1) + 0x13F) & ~0x3FL;
}
if (IsVariadicCommandBufferSizeSupported)
if (isVariadicCommandBufferSizeSupported)
{
size += Params.EffectCount * 0x840 +
Params.MixCount * 0x5A38 +