diff options
| author | Mary <me@thog.eu> | 2021-09-19 12:29:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-19 12:29:19 +0200 |
| commit | e17eb7bfafdd95084baea8e9f3dc77ee3f755347 (patch) | |
| tree | 4982e2593a279c9e2c4906ead4d1764a9ddadb54 /Ryujinx.Audio/Renderer/Common/EffectType.cs | |
| parent | fe9d5a1981cfe43c4535b7473064c9858addb3b5 (diff) | |
amadeus: Update to REV10 (#2654)
* amadeus: Update to REV10
This implements all the changes made with REV10 on 13.0.0.
* Address Ack's comment
* Address gdkchan's comment
Diffstat (limited to 'Ryujinx.Audio/Renderer/Common/EffectType.cs')
| -rw-r--r-- | Ryujinx.Audio/Renderer/Common/EffectType.cs | 5 |
1 files changed, 5 insertions, 0 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 } } |
