From a1bfdf46714f9aed1dd8898cd5a6ae8edbe407b1 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Wed, 24 Apr 2019 04:44:57 +0200 Subject: [PATCH] Fix nit 2 --- Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +