diff --git a/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs b/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs index cd8913a358..fa5255f617 100644 --- a/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs +++ b/Ryujinx.HLE/HOS/Services/Aud/IAudioRendererManager.cs @@ -59,7 +59,7 @@ namespace Ryujinx.HLE.HOS.Services.Aud if (revision <= Rev) { bool isSplitterSupported = revision >= 3; - bool IsVariadicCommandBufferSizeSupported = revision >= 5; + bool isVariadicCommandBufferSizeSupported = revision >= 5; long size;