mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-17 17:46:40 +00:00
Fix more XML docs
This commit is contained in:
parent
856976f399
commit
8cbba90a78
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
|
|||
namespace Ryujinx.Audio.Renderer.Parameter.Effect
|
||||
{
|
||||
/// <summary>
|
||||
/// Effect result state for <seealso cref="Common.EffectType.Limiter"/>.
|
||||
/// Effect result state for <seealso cref="Common.EffectType.Compressor"/>.
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
public struct CompressorStatistics
|
||||
|
|
Loading…
Reference in a new issue