diff options
Diffstat (limited to 'src/Ryujinx.Audio/Renderer/Server')
| -rw-r--r-- | src/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs b/src/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs index 099d8f56..fe1dfc4b 100644 --- a/src/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs +++ b/src/Ryujinx.Audio/Renderer/Server/BehaviourContext.cs @@ -212,7 +212,7 @@ namespace Ryujinx.Audio.Renderer.Server /// <summary> /// Check if the audio renderer should fix the GC-ADPCM context not being provided to the DSP. /// </summary> - /// <returns>True if if the audio renderer should fix it.</returns> + /// <returns>True if the audio renderer should fix it.</returns> public bool IsAdpcmLoopContextBugFixed() { return CheckFeatureSupported(UserRevision, BaseRevisionMagic + Revision2); |
