Fix more XML docs

This commit is contained in:
gdkchan 2024-09-28 16:26:48 -03:00
parent 856976f399
commit 8cbba90a78

View file

@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
namespace Ryujinx.Audio.Renderer.Parameter.Effect namespace Ryujinx.Audio.Renderer.Parameter.Effect
{ {
/// <summary> /// <summary>
/// Effect result state for <seealso cref="Common.EffectType.Limiter"/>. /// Effect result state for <seealso cref="Common.EffectType.Compressor"/>.
/// </summary> /// </summary>
[StructLayout(LayoutKind.Sequential, Pack = 1)] [StructLayout(LayoutKind.Sequential, Pack = 1)]
public struct CompressorStatistics public struct CompressorStatistics