diff options
Diffstat (limited to 'src/Ryujinx.Audio/Renderer/Common/VoiceUpdateState.cs')
| -rw-r--r-- | src/Ryujinx.Audio/Renderer/Common/VoiceUpdateState.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Ryujinx.Audio/Renderer/Common/VoiceUpdateState.cs b/src/Ryujinx.Audio/Renderer/Common/VoiceUpdateState.cs index 608381af..7f881373 100644 --- a/src/Ryujinx.Audio/Renderer/Common/VoiceUpdateState.cs +++ b/src/Ryujinx.Audio/Renderer/Common/VoiceUpdateState.cs @@ -15,7 +15,6 @@ namespace Ryujinx.Audio.Renderer.Common { public const int Align = 0x10; public const int BiquadStateOffset = 0x0; - public const int BiquadStateSize = 0x10; /// <summary> /// The state of the biquad filters of this voice. |
