diff options
Diffstat (limited to 'Ryujinx.Audio/Renderer/Dsp/Command/UpsampleCommand.cs')
-rw-r--r-- | Ryujinx.Audio/Renderer/Dsp/Command/UpsampleCommand.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Ryujinx.Audio/Renderer/Dsp/Command/UpsampleCommand.cs b/Ryujinx.Audio/Renderer/Dsp/Command/UpsampleCommand.cs index 6c446f05..01fcf70d 100644 --- a/Ryujinx.Audio/Renderer/Dsp/Command/UpsampleCommand.cs +++ b/Ryujinx.Audio/Renderer/Dsp/Command/UpsampleCommand.cs @@ -61,7 +61,6 @@ namespace Ryujinx.Audio.Renderer.Dsp.Command UpsamplerInfo = info; } - [MethodImpl(MethodImplOptions.AggressiveInlining)] private Span<float> GetBuffer(int index, int sampleCount) { return UpsamplerInfo.OutputBuffer.Span.Slice(index * sampleCount, sampleCount); |