mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-20 17:42:52 +00:00
Merge branch ryujinx:master into ui-input-and-mapping-simplification
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user