diff options
Diffstat (limited to 'Ryujinx.Audio/Renderer/Dsp/Command/MixCommand.cs')
-rw-r--r-- | Ryujinx.Audio/Renderer/Dsp/Command/MixCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Audio/Renderer/Dsp/Command/MixCommand.cs b/Ryujinx.Audio/Renderer/Dsp/Command/MixCommand.cs index da869ffc..d5030996 100644 --- a/Ryujinx.Audio/Renderer/Dsp/Command/MixCommand.cs +++ b/Ryujinx.Audio/Renderer/Dsp/Command/MixCommand.cs @@ -134,4 +134,4 @@ namespace Ryujinx.Audio.Renderer.Dsp.Command ProcessMix(outputBuffer, inputBuffer); } } -} +}
\ No newline at end of file |