diff options
Diffstat (limited to 'src/Ryujinx.Audio/Renderer/Dsp/State/DelayState.cs')
-rw-r--r-- | src/Ryujinx.Audio/Renderer/Dsp/State/DelayState.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Audio/Renderer/Dsp/State/DelayState.cs b/src/Ryujinx.Audio/Renderer/Dsp/State/DelayState.cs index 2a1e7f83..c56fa078 100644 --- a/src/Ryujinx.Audio/Renderer/Dsp/State/DelayState.cs +++ b/src/Ryujinx.Audio/Renderer/Dsp/State/DelayState.cs @@ -64,4 +64,4 @@ namespace Ryujinx.Audio.Renderer.Dsp.State } } } -}
\ No newline at end of file +} |