Merge branch ryujinx:master into ui-actions-new

This commit is contained in:
Neo 2025-12-06 11:52:49 -06:00
commit 57d5804d3a

View file

@ -20,6 +20,11 @@ namespace Ryujinx.Audio.Renderer.Parameter.Effect
/// </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).
/// </summary> /// </summary>