diff options
Diffstat (limited to 'Ryujinx.Audio/Renderer/Dsp/Command/CopyMixBufferCommand.cs')
-rw-r--r-- | Ryujinx.Audio/Renderer/Dsp/Command/CopyMixBufferCommand.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Ryujinx.Audio/Renderer/Dsp/Command/CopyMixBufferCommand.cs b/Ryujinx.Audio/Renderer/Dsp/Command/CopyMixBufferCommand.cs index 330b63a6..64c297d1 100644 --- a/Ryujinx.Audio/Renderer/Dsp/Command/CopyMixBufferCommand.cs +++ b/Ryujinx.Audio/Renderer/Dsp/Command/CopyMixBufferCommand.cs @@ -1,5 +1,3 @@ -using System; - namespace Ryujinx.Audio.Renderer.Dsp.Command { public class CopyMixBufferCommand : ICommand |