Merge branch ryujinx:master into ui-input-and-mapping-simplification

This commit is contained in:
Neo 2025-12-05 08:06:19 -06:00
commit a6f79557b1

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).