Update BiquadFilterEffectParameter2.cs

Fixes audio issues in Metroid Prime 4 and other games
This commit is contained in:
LotP 2025-12-05 07:53:09 -06:00 committed by KeatonTheBot
parent 32d1653af9
commit 6b383873e8

View file

@ -19,6 +19,11 @@ namespace Ryujinx.Audio.Renderer.Parameter.Effect
/// The output channel indices that will be used by the <see cref="Dsp.AudioProcessor"/>. /// The output channel indices that will be used by the <see cref="Dsp.AudioProcessor"/>.
/// </summary> /// </summary>
public Array6<byte> Output; public Array6<byte> Output;
/// <summary>
/// Reserved/unused.
/// </summary>
private readonly uint _padding;
/// <summary> /// <summary>
/// Biquad filter numerator (b0, b1, b2). /// Biquad filter numerator (b0, b1, b2).