mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-08 06:15:48 +00:00
SDK20 and REV15 support (ryubing/ryujinx!50)
See merge request ryubing/ryujinx!50
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Ryujinx.Audio.Renderer.Server.Sink
|
||||
/// The upsampler instance used by this sink.
|
||||
/// </summary>
|
||||
/// <remarks>Null if no upsampling is needed.</remarks>
|
||||
public UpsamplerState UpsamplerState;
|
||||
public UpsamplerInfo UpsamplerInfo;
|
||||
|
||||
/// <summary>
|
||||
/// Create a new <see cref="DeviceSink"/>.
|
||||
@@ -40,9 +40,9 @@ namespace Ryujinx.Audio.Renderer.Server.Sink
|
||||
|
||||
public override void CleanUp()
|
||||
{
|
||||
UpsamplerState?.Release();
|
||||
UpsamplerInfo?.Release();
|
||||
|
||||
UpsamplerState = null;
|
||||
UpsamplerInfo = null;
|
||||
|
||||
base.CleanUp();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user