diff options
Diffstat (limited to 'Ryujinx.Audio/Renderer/Common')
| -rw-r--r-- | Ryujinx.Audio/Renderer/Common/EffectType.cs | 5 | ||||
| -rw-r--r-- | Ryujinx.Audio/Renderer/Common/PerformanceDetailType.cs | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Ryujinx.Audio/Renderer/Common/EffectType.cs b/Ryujinx.Audio/Renderer/Common/EffectType.cs index daa22036..f57f1279 100644 --- a/Ryujinx.Audio/Renderer/Common/EffectType.cs +++ b/Ryujinx.Audio/Renderer/Common/EffectType.cs @@ -61,5 +61,10 @@ namespace Ryujinx.Audio.Renderer.Common /// Effect applying a limiter (DRC). /// </summary> Limiter, + + /// <summary> + /// Effect to capture mixes (via auxiliary buffers). + /// </summary> + CaptureBuffer } } diff --git a/Ryujinx.Audio/Renderer/Common/PerformanceDetailType.cs b/Ryujinx.Audio/Renderer/Common/PerformanceDetailType.cs index e9e946ce..60de6079 100644 --- a/Ryujinx.Audio/Renderer/Common/PerformanceDetailType.cs +++ b/Ryujinx.Audio/Renderer/Common/PerformanceDetailType.cs @@ -30,6 +30,7 @@ namespace Ryujinx.Audio.Renderer.Common Reverb, Reverb3d, PcmFloat, - Limiter + Limiter, + CaptureBuffer } } |
