aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio/Renderer/Common/EffectType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Audio/Renderer/Common/EffectType.cs')
-rw-r--r--Ryujinx.Audio/Renderer/Common/EffectType.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/Ryujinx.Audio/Renderer/Common/EffectType.cs b/Ryujinx.Audio/Renderer/Common/EffectType.cs
index 2c50b9eb..7128db4c 100644
--- a/Ryujinx.Audio/Renderer/Common/EffectType.cs
+++ b/Ryujinx.Audio/Renderer/Common/EffectType.cs
@@ -48,6 +48,11 @@ namespace Ryujinx.Audio.Renderer.Common
/// <summary>
/// Effect to capture mixes (via auxiliary buffers).
/// </summary>
- CaptureBuffer
+ CaptureBuffer,
+
+ /// <summary>
+ /// Effect applying a compressor filter (DRC).
+ /// </summary>
+ Compressor,
}
} \ No newline at end of file