diff options
Diffstat (limited to 'Ryujinx.Audio/Renderer/Dsp/Command/VolumeRampCommand.cs')
| -rw-r--r-- | Ryujinx.Audio/Renderer/Dsp/Command/VolumeRampCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Audio/Renderer/Dsp/Command/VolumeRampCommand.cs b/Ryujinx.Audio/Renderer/Dsp/Command/VolumeRampCommand.cs index 092a4df9..ffda8b1a 100644 --- a/Ryujinx.Audio/Renderer/Dsp/Command/VolumeRampCommand.cs +++ b/Ryujinx.Audio/Renderer/Dsp/Command/VolumeRampCommand.cs @@ -53,4 +53,4 @@ namespace Ryujinx.Audio.Renderer.Dsp.Command ProcessVolumeRamp(outputBuffer, inputBuffer, (int)context.SampleCount); } } -} +}
\ No newline at end of file |
