mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-17 19:26:53 +00:00
Wrong comment
This commit is contained in:
parent
ccb7f7a166
commit
856976f399
1 changed files with 2 additions and 2 deletions
|
@ -587,8 +587,8 @@ namespace Ryujinx.Audio.Renderer.Server
|
|||
/// Generate a new <see cref="CompressorCommand"/>.
|
||||
/// </summary>
|
||||
/// <param name="bufferOffset">The target buffer offset.</param>
|
||||
/// <param name="parameter">The limiter parameter.</param>
|
||||
/// <param name="state">The limiter state.</param>
|
||||
/// <param name="parameter">The compressor parameter.</param>
|
||||
/// <param name="state">The compressor state.</param>
|
||||
/// <param name="effectResultState">The DSP effect result state.</param>
|
||||
/// <param name="isEnabled">Set to true if the effect should be active.</param>
|
||||
/// <param name="nodeId">The node id associated to this command.</param>
|
||||
|
|
Loading…
Reference in a new issue