mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-17 19:16:39 +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
|
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
|
||||||
|
|
Loading…
Reference in a new issue