Update BiquadFilterEffectParameter2.cs (ryubing/ryujinx!233)

See merge request ryubing/ryujinx!233
This commit is contained in:
LotP 2025-12-05 07:53:09 -06:00
parent 52700f71dc
commit fd7554425a

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"/>.
/// </summary>
public Array6<byte> Output;
/// <summary>
/// Reserved/unused.
/// </summary>
private readonly uint _padding;
/// <summary>
/// Biquad filter numerator (b0, b1, b2).