diff options
Diffstat (limited to 'Ryujinx.Audio/Renderer/Server/ICommandProcessingTimeEstimator.cs')
-rw-r--r-- | Ryujinx.Audio/Renderer/Server/ICommandProcessingTimeEstimator.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Audio/Renderer/Server/ICommandProcessingTimeEstimator.cs b/Ryujinx.Audio/Renderer/Server/ICommandProcessingTimeEstimator.cs index e365a86c..4872ddb3 100644 --- a/Ryujinx.Audio/Renderer/Server/ICommandProcessingTimeEstimator.cs +++ b/Ryujinx.Audio/Renderer/Server/ICommandProcessingTimeEstimator.cs @@ -35,5 +35,6 @@ namespace Ryujinx.Audio.Renderer.Server uint Estimate(LimiterCommandVersion2 command); uint Estimate(GroupedBiquadFilterCommand command); uint Estimate(CaptureBufferCommand command); + uint Estimate(CompressorCommand command); } }
\ No newline at end of file |