diff options
Diffstat (limited to 'src/Ryujinx.Audio/Renderer/Server/Upsampler/UpsamplerBufferState.cs')
-rw-r--r-- | src/Ryujinx.Audio/Renderer/Server/Upsampler/UpsamplerBufferState.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Audio/Renderer/Server/Upsampler/UpsamplerBufferState.cs b/src/Ryujinx.Audio/Renderer/Server/Upsampler/UpsamplerBufferState.cs index a45fa8e5..a3c442a4 100644 --- a/src/Ryujinx.Audio/Renderer/Server/Upsampler/UpsamplerBufferState.cs +++ b/src/Ryujinx.Audio/Renderer/Server/Upsampler/UpsamplerBufferState.cs @@ -11,4 +11,4 @@ namespace Ryujinx.Audio.Renderer.Server.Upsampler public bool Initialized; public int Phase; } -}
\ No newline at end of file +} |