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 0056ac5c..6df44b32 100644 --- a/Ryujinx.Audio/Renderer/Dsp/Command/UpsampleCommand.cs +++ b/Ryujinx.Audio/Renderer/Dsp/Command/UpsampleCommand.cs @@ -1,6 +1,5 @@ using Ryujinx.Audio.Renderer.Server.Upsampler; using System; -using System.Runtime.CompilerServices; namespace Ryujinx.Audio.Renderer.Dsp.Command { |