1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-17 19:16:39 +00:00

Wrong comment

This commit is contained in:
gdkchan 2024-09-27 22:20:31 -03:00
parent ccb7f7a166
commit 856976f399

View file

@ -587,8 +587,8 @@ namespace Ryujinx.Audio.Renderer.Server
/// Generate a new <see cref="CompressorCommand"/>. /// Generate a new <see cref="CompressorCommand"/>.
/// </summary> /// </summary>
/// <param name="bufferOffset">The target buffer offset.</param> /// <param name="bufferOffset">The target buffer offset.</param>
/// <param name="parameter">The limiter parameter.</param> /// <param name="parameter">The compressor parameter.</param>
/// <param name="state">The limiter state.</param> /// <param name="state">The compressor state.</param>
/// <param name="effectResultState">The DSP effect result 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="isEnabled">Set to true if the effect should be active.</param>
/// <param name="nodeId">The node id associated to this command.</param> /// <param name="nodeId">The node id associated to this command.</param>