diff options
Diffstat (limited to 'Ryujinx.Audio/Renderer/Dsp/PcmHelper.cs')
-rw-r--r-- | Ryujinx.Audio/Renderer/Dsp/PcmHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Audio/Renderer/Dsp/PcmHelper.cs b/Ryujinx.Audio/Renderer/Dsp/PcmHelper.cs index f2453f17..1eec3e41 100644 --- a/Ryujinx.Audio/Renderer/Dsp/PcmHelper.cs +++ b/Ryujinx.Audio/Renderer/Dsp/PcmHelper.cs @@ -75,4 +75,4 @@ namespace Ryujinx.Audio.Renderer.Dsp return (short)value; } } -} +}
\ No newline at end of file |