diff --git a/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs b/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs index 79b5c40c7b..18e9184cf0 100644 --- a/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs +++ b/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs @@ -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 +