diff options
Diffstat (limited to 'Ryujinx.Audio/Backends/Common/BackendHelper.cs')
-rw-r--r-- | Ryujinx.Audio/Backends/Common/BackendHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Audio/Backends/Common/BackendHelper.cs b/Ryujinx.Audio/Backends/Common/BackendHelper.cs index 124d8364..30db340f 100644 --- a/Ryujinx.Audio/Backends/Common/BackendHelper.cs +++ b/Ryujinx.Audio/Backends/Common/BackendHelper.cs @@ -23,4 +23,4 @@ namespace Ryujinx.Audio.Backends.Common return bufferSize / GetSampleSize(format) / channelCount; } } -} +}
\ No newline at end of file |